You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Many of us are syncing VS Code extensions and settings between machines. Be that private, at work, or other hobby project machines. Not all machines are working on the same kind of projects, like Go.
But the Go extension is the only extension (out of tens and tens) that give this notification when starting a workspace:
The "gopls" command is not available. Run "go get -v golang.org/x/tools/gopls" to install.
This is annoying as I do not work on Go on all machines and do not wish to install the toolchain.
Describe the solution you'd like
I would like the notification to only be shown if/when I open a Golang file. It becomes less obtrusive.
Describe alternatives you've considered
Additional context
As far as I know, no other extension has this obtrusive notification each time i start VS Code.