vscode-go icon indicating copy to clipboard operation
vscode-go copied to clipboard

Go extension for Visual Studio Code

Results 393 vscode-go issues
Sort by recently updated
recently updated
newest added

### 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...

FeatureRequest

**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...

FeatureRequest

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,...