mirror of
https://github.com/golang/go.git
synced 2025-05-05 15:43:04 +00:00
Updated gopls (markdown)
parent
f337ac7391
commit
a4511f2203
3
gopls.md
3
gopls.md
@ -51,7 +51,8 @@ Use the [VSCode-Go](https://github.com/microsoft/vscode-go) plugin, with the fol
|
||||
"go.useLanguageServer": true,
|
||||
"go.languageServerExperimentalFeatures": {
|
||||
"diagnostics": true, // for build and vet errors as you type
|
||||
"findReferences": true // for finding in-package references
|
||||
"findReferences": true, // for finding in-package references
|
||||
"rename": true // for performing in-package renames
|
||||
},
|
||||
"[go]": {
|
||||
"editor.snippetSuggestions": "none",
|
||||
|
Loading…
x
Reference in New Issue
Block a user