From 7cb253f4c4f8e89fffbb568921d6428614f06f8f Mon Sep 17 00:00:00 2001 From: "Hana (Hyang-Ah) Kim" Date: Wed, 1 Jul 2020 09:37:32 -0400 Subject: [PATCH] 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 --- gopls/doc/troubleshooting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gopls/doc/troubleshooting.md b/gopls/doc/troubleshooting.md index faadf4ac62..e9b21ef2c2 100644 --- a/gopls/doc/troubleshooting.md +++ b/gopls/doc/troubleshooting.md @@ -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: