From 27f4add84ee824eb8a1eb3d6c86935ea1856a696 Mon Sep 17 00:00:00 2001 From: Simon Hilchenbach Date: Sat, 22 Jan 2022 22:54:39 +0100 Subject: [PATCH] Enable unit testing in vscode --- .vscode/settings.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 000000000..d4aee1e68 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,5 @@ +{ + "go.testEnvVars": { + "VIKUNJA_SERVICE_ROOTPATH": "${workspaceRoot}" + } +} \ No newline at end of file