-
Notifications
You must be signed in to change notification settings - Fork 763
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gopls: no way to close notifications #1234
Comments
@warriorstar-orion Thanks for the report. cc @stamblerre |
Closing, as |
Change https://golang.org/cl/374280 mentions this issue: |
Change https://go.dev/cl/389994 mentions this issue: |
Change https://go.dev/cl/417315 mentions this issue: |
Change https://go.dev/cl/451755 mentions this issue: |
Change https://go.dev/cl/527979 mentions this issue: |
Change https://go.dev/cl/536595 mentions this issue: |
Change https://go.dev/cl/568595 mentions this issue: |
Change https://go.dev/cl/594535 mentions this issue: |
Change https://go.dev/cl/611915 mentions this issue: |
Hello, thank you for all your hard work.
What version of Go, VS Code & VS Code Go extension are you using?
Run
go version
to get version of Go from the VS Code integrated terminal.go version go1.15.7 darwin/amd64
Run
gopls -v version
to get version of Gopls from the VS Code integrated terminal.command not found: gopls
Run
code -v
orcode-insiders -v
to get version of VS Code or VS Code Insiders.1.53.2
Check your installed extensions to get the version of the VS Code Go extension
Run Ctrl+Shift+P (Cmd+Shift+P on Mac OS) >
Go: Locate Configured Go Tools
command.`Go: Locate Configured Go Tools`
Share the Go related settings you have added/edited
Run
Preferences: Open Settings (JSON)
command to open your settings.json file.Share all the settings with the
go.
or["go"]
orgopls
prefixes.Describe the bug
Notifications from this extension cannot be closed completely. As a result, when minimized, they instead are displayed as a line of text in the status bar at the bottom of the workbench, clobbering any text there, including e.g. Vim extensions' status lines.
This is especially painful since it persists even if the file one is looking at isn't a Go source file.
Steps to reproduce the behavior:
Screenshots or recordings
Thanks again!
The text was updated successfully, but these errors were encountered: