go17/devcloud-mini/.vscode/settings.json
2025-03-30 15:20:07 +08:00

9 lines
373 B
JSON

{
"go.testEnvFile": "${workspaceFolder}/etc/unit_test.env",
"go.testEnvVars": {
"workspaceFolder": "${workspaceFolder}",
"CmdbConfigPath": "${workspaceFolder}/cmdb/etc/application.toml",
"McenterConfigPath": "${workspaceFolder}/mcenter/etc/application.toml",
"MpaasConfigPath": "${workspaceFolder}/mpaas/etc/application.toml"
}
}