disable go language server, doesn't seem to work well

pull/827/merge^2
Adrian Batzill 2020-05-31 10:49:22 +02:00
rodzic b0988f98e0
commit ae020ed3e3
1 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -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,