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,