8 lines
254 B
JSON
8 lines
254 B
JSON
{
|
|
"go.testEnvVars": {
|
|
"workspaceFolder": "${workspaceFolder}",
|
|
"CONFIG_PATH": "${workspaceFolder}/application.yaml"
|
|
},
|
|
"go.testEnvFile": "${workspaceFolder}/etc/unit_test.env",
|
|
"terminal.integrated.suggest.enabled": true
|
|
} |