go17/devcloud-mini/.vscode/settings.json
2025-03-23 10:39:44 +08:00

7 lines
248 B
JSON

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