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"
],
"settings": {
"go.gopath": "/go"
"go.gopath": "/go",
"go.inferGopath": true,
"go.useLanguageServer": true
}
}