vscode-go
vscode-go copied to clipboard
Go extension for Visual Studio Code
### 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...
**Is your feature request related to a problem? Please describe.** As well as unit tests, my Go applications will often have a few integration tests that don't call functions from...
When users use a custom linter, they may want to disable lint-type diagnostics from gopls. (e.g. https://github.com/golang/vscode-go/issues/1218) Some diagnostics from gopls, however, are critical and shouldn't be ignored. For example,...