Enable unit testing in vscode

This commit is contained in:
Simon Hilchenbach 2022-01-22 22:54:39 +01:00
parent 22ba82a233
commit 27f4add84e
Signed by: shilch
GPG Key ID: A60AC63730A5DE56
1 changed files with 5 additions and 0 deletions

5
.vscode/settings.json vendored Normal file
View File

@ -0,0 +1,5 @@
{
"go.testEnvVars": {
"VIKUNJA_SERVICE_ROOTPATH": "${workspaceRoot}"
}
}