Use language server and infer gopath

This commit is contained in:
Alexander Krieg
2019-06-15 09:46:11 +00:00
parent 9f74e9ea39
commit 0668677fcb
2 changed files with 7 additions and 1 deletions

View File

@@ -11,6 +11,8 @@
"seccomp=unconfined" "seccomp=unconfined"
], ],
"settings": { "settings": {
"go.gopath": "/go" "go.gopath": "/go",
"go.inferGopath": true,
"go.useLanguageServer": true
} }
} }

4
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,4 @@
{
"go.useLanguageServer": true,
"go.inferGopath": true
}