What version of Go, VS Code & VS Code Go extension are you using?
Version Information
- Run
go version to get version of Go from the VS Code integrated terminal.
go version go1.24.0 darwin/arm64
- Run
gopls -v version to get version of Gopls from the VS Code integrated terminal.
golang.org/x/tools/gopls v0.19.0
- Run
code -v or code-insiders -v to get version of VS Code or VS Code Insiders.
- 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.
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"] or gopls prefixes.
Describe the bug
go pls keeps crashing every 2 min in production build. started on 2025-06-18
Steps to reproduce the behavior:
- start VSCode
- try coding in Go
- go pls crashes every 2 min. need restart VSCode
Screenshots or recordings
full URL it recommends is too large. no browsers accept it. LLM (Grok) cannot understand that URL either. so here is PDF of that URL
go-pls-crash-url.pdf
What version of Go, VS Code & VS Code Go extension are you using?
Version Information
go versionto get version of Go from the VS Code integrated terminal.go version go1.24.0 darwin/arm64gopls -v versionto get version of Gopls from the VS Code integrated terminal.golang.org/x/tools/gopls v0.19.0code -vorcode-insiders -vto get version of VS Code or VS Code Insiders.1.101.00.46.1Go: Locate Configured Go Toolscommand.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"]orgoplsprefixes.Describe the bug
go pls keeps crashing every 2 min in production build. started on 2025-06-18
Steps to reproduce the behavior:
Screenshots or recordings
full URL it recommends is too large. no browsers accept it. LLM (Grok) cannot understand that URL either. so here is PDF of that URL
go-pls-crash-url.pdf