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