diff --git a/gopls.md b/gopls.md index 08a6b04d..e429f028 100644 --- a/gopls.md +++ b/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 ```