go17/devcloud-mini/.vscode/settings.json

6 lines
168 B
JSON
Raw Permalink Normal View History

2025-03-02 17:41:18 +08:00
{
"go.testEnvFile": "${workspaceFolder}/etc/unit_test.env",
"go.testEnvVars": {
"CmdbConfigPath": "${workspaceFolder}/cmdb/etc/application.toml"
}
}