mirror of
https://github.com/golang/go.git
synced 2025-05-05 15:43:04 +00:00
vscode: add more information about configurations
parent
a949d74bb4
commit
10e04651f9
3
gopls.md
3
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user