From db229f5ab89925dfc3bfdefcde28c1b8b81703a3 Mon Sep 17 00:00:00 2001 From: lvlcn-t <75443136+lvlcn-t@users.noreply.github.com> Date: Tue, 5 Dec 2023 16:43:25 +0100 Subject: [PATCH] chore: add vscode test flags --- .vscode/settings.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 00000000..867e79be --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,6 @@ +{ + "go.testFlags": [ + "-race", + "-cover" + ] +} \ No newline at end of file