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

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

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