7 lines
209 B
JSON
7 lines
209 B
JSON
|
{
|
||
|
"go.testEnvVars": {
|
||
|
"workspaceFolder": "${workspaceFolder}",
|
||
|
"CONFIG_PATH": "${workspaceFolder}/etc/application.toml"
|
||
|
},
|
||
|
"go.testEnvFile": "${workspaceFolder}/etc/unit_test.env"
|
||
|
}
|