From aa7d08649848b0ee15f2fb489918dae8d269cac4 Mon Sep 17 00:00:00 2001 From: Alexei Anoshenko Date: Tue, 22 Mar 2022 12:28:47 +0300 Subject: [PATCH] Update rui.code-workspace --- rui.code-workspace | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/rui.code-workspace b/rui.code-workspace index 876a149..ca0c2c3 100644 --- a/rui.code-workspace +++ b/rui.code-workspace @@ -4,5 +4,9 @@ "path": "." } ], - "settings": {} + "settings": { + "go.buildFlags": [ + "-buildvcs=false" + ] + } } \ No newline at end of file