Skip to content

Commit d04d4cf

Browse files
committed
README.md: correct tools installation command name
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]>
1 parent 03274ad commit d04d4cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ In order to locate these command-line tools, the extension searches
8686
not found, the extension will prompt you to install the missing tools and show
8787
the "⚠️ Analysis Tools Missing" warning in the bottom right corner. Please
8888
install them by responding to the warning notification, or by manually running
89-
the [`Go: Install/Update Go Tools` command].
89+
the [`Go: Install/Update Tools` command].
9090

9191
## Setting up your workspace
9292

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

0 commit comments

Comments
 (0)