From 10e04651f9fc61e53f231d368ff1b88cf0643430 Mon Sep 17 00:00:00 2001 From: Rebecca Stambler Date: Mon, 15 Jul 2019 11:04:13 -0400 Subject: [PATCH] vscode: add more information about configurations --- gopls.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gopls.md b/gopls.md index 5ff6e507..57b182e2 100644 --- a/gopls.md +++ b/gopls.md @@ -85,6 +85,9 @@ To enable more detailed debug information, add the following to your VSCode sett "--debug=localhost:6060", // to investigate memory usage, see profiles ], ``` + +You can disable features through the `"go.languageServerExperimentalFeatures"` section of the config. An example of a feature you may want to disable is `"documentLink"`, which opens Godoc links when you click on import statements in your file. + --- #### Vim / Neovim