diff --git a/gopls/doc/vscode.md b/gopls/doc/vscode.md index dd2be6a08b..0c95aa68df 100644 --- a/gopls/doc/vscode.md +++ b/gopls/doc/vscode.md @@ -16,7 +16,7 @@ Use the [VSCode-Go] plugin, with the following configuration: // Experimental settings "completeUnimported": true, // autocomplete unimported packages - "watchChangedFiles": true, // watch file changes outside of the editor + "watchFileChanges": true, // watch file changes outside of the editor "deepCompletion": true, // enable deep completion }, "files.eol": "\n", // formatting only supports LF line endings