mirror of
https://github.com/golang/go.git
synced 2025-05-05 15:43:04 +00:00
vscode: wantCompletionDocumentation is deprecated, use new config in example
parent
52a4e46248
commit
9b4a42b060
2
gopls.md
2
gopls.md
@ -108,7 +108,7 @@ Use the [VSCode-Go](https://github.com/microsoft/vscode-go) plugin, with the fol
|
||||
},
|
||||
"gopls": {
|
||||
"usePlaceholders": true, // add parameter placeholders when completing a function
|
||||
"wantCompletionDocumentation": true // for documentation in completion items
|
||||
"completionDocumentation": true // for documentation in completion items
|
||||
},
|
||||
"files.eol": "\n", // formatting only supports LF line endings
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user