Use language server and infer gopath
This commit is contained in:
@@ -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
4
.vscode/settings.json
vendored
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
{
|
||||||
|
"go.useLanguageServer": true,
|
||||||
|
"go.inferGopath": true
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user