forked from golang/vscode-go
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
d04d4cf README.md: correct tools installation command name 03274ad src/goStatus: present error icon if gopls couldn't be found 465fe7e src/goLanguageServer.ts: prompt to update instead of silent update 607cebe src/welcome: add note about removing go.useLanguageServer setting Change-Id: I43ff57a9698097b9e05e8e705082912cd41ac3d6
- Loading branch information
Showing
5 changed files
with
65 additions
and
43 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -90,7 +90,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 | ||
|
||
|
@@ -177,6 +177,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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters