mirror of
https://github.com/golang/go.git
synced 2025-05-05 15:43:04 +00:00
vscode: all features are enabled by default
parent
85169e1119
commit
c586b3f7a4
5
gopls.md
5
gopls.md
@ -49,11 +49,6 @@ Use the [VSCode-Go](https://github.com/microsoft/vscode-go) plugin, with the fol
|
||||
|
||||
```json5
|
||||
"go.useLanguageServer": true,
|
||||
"go.languageServerExperimentalFeatures": {
|
||||
"diagnostics": true, // for build and vet errors as you type
|
||||
"findReferences": true, // for finding in-package references
|
||||
"rename": true // for performing in-package renames
|
||||
},
|
||||
"[go]": {
|
||||
"editor.snippetSuggestions": "none",
|
||||
"editor.formatOnSave": true,
|
||||
|
Loading…
x
Reference in New Issue
Block a user