From ae020ed3e3d833cc89990bae79d631bef06b2859 Mon Sep 17 00:00:00 2001 From: Adrian Batzill Date: Sun, 31 May 2020 10:49:22 +0200 Subject: [PATCH] disable go language server, doesn't seem to work well --- .vscode/settings.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 67827b87..3b68739c 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,7 +1,8 @@ { "go.lintFlags": [ "--disable-all" ], "go.toolsEnvVars": {"CGO_CFLAGS_ALLOW": "-L${workspaceRoot}"}, - "go.buildOnSave": "off" + "go.buildOnSave": "off", + "go.useLanguageServer": false // Use this to make it possible to hide the gen_gdl90 vs fancontrol redeclaration errors.. //"files.exclude": { // "**/.git": true,