Skip to content

Commit

Permalink
README.md: correct tools installation command name
Browse files Browse the repository at this point in the history
It's currently "Go: Install/Update Tools"

Change-Id: Ibe160ebd7d577f6c4d5771717ec032bf221c1e79
Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/286673
Trust: Hyang-Ah Hana Kim <[email protected]>
Run-TryBot: Hyang-Ah Hana Kim <[email protected]>
Reviewed-by: Rebecca Stambler <[email protected]>
TryBot-Result: kokoro <[email protected]>
  • Loading branch information
hyangah committed Jan 26, 2021
1 parent 03274ad commit d04d4cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ In order to locate these command-line tools, the extension searches
not found, the extension will prompt you to install the missing tools and show
the "⚠️ Analysis Tools Missing" warning in the bottom right corner. Please
install them by responding to the warning notification, or by manually running
the [`Go: Install/Update Go Tools` command].
the [`Go: Install/Update Tools` command].

## Setting up your workspace

Expand Down Expand Up @@ -173,6 +173,6 @@ conduct-related issue, please mail [email protected].
[debugging]: #debugging
[full feature breakdown]: https://github.com/golang/vscode-go/blob/master/docs/features.md
[workspace documentation]: https://github.com/golang/tools/blob/master/gopls/doc/workspace.md
[`Go: Install/Update Go Tools` command]: https://github.com/golang/vscode-go/blob/master/docs/commands.md#go-installupdate-tools
[`Go: Install/Update Tools` command]: https://github.com/golang/vscode-go/blob/master/docs/commands.md#go-installupdate-tools
[documentation about supported workspace layouts]: https://github.com/golang/tools/blob/master/gopls/doc/workspace.md
[Workspace Folders]: https://code.visualstudio.com/docs/editor/multi-root-workspaces

0 comments on commit d04d4cf

Please sign in to comment.