From 83b12cb08e02c747e877934ce215fcd5ec1e2325 Mon Sep 17 00:00:00 2001 From: Panos Georgiadis Date: Sun, 6 Oct 2019 23:52:30 +0000 Subject: [PATCH] Fix vscode config to watch file changes Fix the documentation by using the correct configuration for watching file changes outside of the editor. Fixes https://github.com/microsoft/vscode-go/issues/2810 Change-Id: Ib550d9831fe4563ceb5917d9196b201a03b051d2 GitHub-Last-Rev: 86c49abed8a0c79b641e02a23128b4654d2d6d48 GitHub-Pull-Request: golang/tools#169 Reviewed-on: https://go-review.googlesource.com/c/tools/+/199578 Reviewed-by: Rebecca Stambler --- gopls/doc/vscode.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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