1
0
mirror of https://github.com/golang/go synced 2024-09-30 12:28:35 -06:00

gopls/doc/troubleshooting.md: update the gopls output channel name

Since v0.15.0, VS Code Go extension uses the `gopls (server)` channel
for the server-side logging.

Change-Id: I6dc2125af59562576d20e29a0801be6b4ce394bb
Reviewed-on: https://go-review.googlesource.com/c/tools/+/240677
Reviewed-by: Rebecca Stambler <rstambler@golang.org>
This commit is contained in:
Hana (Hyang-Ah) Kim 2020-07-01 09:37:32 -04:00 committed by Hyang-Ah Hana Kim
parent 1837592efa
commit 7cb253f4c4

View File

@ -35,7 +35,7 @@ Much of this information is filled in for you if you use `gopls bug` to file the
#### VS Code
For VSCode users, the gopls log can be found by navigating to `View` -> `Output` (or `Ctrl+K Ctrl+H`). There will be a drop-down menu titled `Tasks` in the top-right corner. Select the `gopls` item, which will contain the `gopls` logs.
For VSCode users, the gopls log can be found by navigating to `View` -> `Output` (or `Ctrl+K Ctrl+H`). There will be a drop-down menu titled `Tasks` in the top-right corner. Select the `gopls (server)` item, which will contain the `gopls` logs.
To increase the level of detail in your logs, add the following to your VS Code settings: