-
Notifications
You must be signed in to change notification settings - Fork 758
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
src/goStatus: present error icon if gopls couldn't be found
We wanted the missing gopls error notification to be more visible, but for some reason, sometimes it's auto-collapsed and only visible only if user clicks the bell in the right bottom corner. Even though there should be the "Analysis tools missing" error, it may be difficult for users to miss that. Add another icon next to the go version string in the Go status bar item. When the user clicks the Go status bar item, the quickpick menu includes an option to install gopls. We also promoted the missing tool notification to 'error' level - missing tool is an error. Change-Id: Ice121a186f7b23ec94663579087aa737e93df792 Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/286672 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
Showing
3 changed files
with
40 additions
and
18 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
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