vscode: wantCompletionDocumentation is deprecated, use new config in example

Jeff Hodges 2019-09-17 01:38:28 -07:00
parent 52a4e46248
commit 9b4a42b060

@ -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
```