2025-05-11 11:11:27 +08:00
|
|
|
{
|
|
|
|
"go.testEnvVars": {
|
2025-05-11 11:45:08 +08:00
|
|
|
"workspaceFolder": "${workspaceFolder}",
|
|
|
|
"CONFIG_PATH": "${workspaceFolder}/application.yaml"
|
2025-05-11 11:11:27 +08:00
|
|
|
},
|
2025-06-15 15:10:41 +08:00
|
|
|
"go.testEnvFile": "${workspaceFolder}/etc/unit_test.env",
|
|
|
|
"terminal.integrated.suggest.enabled": true
|
2025-05-11 11:11:27 +08:00
|
|
|
}
|