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

gopls
gopls/refactoring

Now the following test occasionally fails. It can be related to the migration to the `go list` from `gopkgs` (#258) https://github.com/golang/vscode-go/runs/5467025890?check_suite_focus=true 1) Go Extension Tests (GOPATH mode) Test listPackages: Error:...

chore/testing

Tests that use the [check](http://labix.org/gocheck) package can be run as part of the whole package or file but not individually in VS Code. This feature request is to support the...

FeatureRequest
HelpWanted
gopls
go-test
Go Companion

If you have a question, please ask it on the `#vscode` or `#vscode-go` channels in Gophers Slack](https://invite.slack.golangbridge.org/messages/vscode). **Is your feature request related to a problem? Please describe.** [Ginkgo](http://onsi.github.io/ginkgo/) is a...

NeedsDecision
gopls
go-test
Go Companion

See the original issue (https://github.com/microsoft/vscode-go/issues/2003). We should add colorization for test output. We can also look at other ways to improve the UI.

FeatureRequest
NeedsInvestigation
go-test
Go Companion

_From https://github.com/microsoft/vscode-go/issues/2696 by @firelizzard18:_ Steps to Reproduce: 1. Open a Go project that has launch configurations 2. Open settings and edit `"go.toolsEnvVars"` and add `"GOOS": "windows"` (or `"GOOS": "linux"` if...

HelpWanted
Debug
NeedsFix
debug/config

**Is your feature request related to a problem? Please describe.** If the active tab does not contain the main package when we start debugging the debugger exits with the following...

FeatureRequest
Debug
NeedsFix
debug/config

It's possible that some users might like to see diagnostics only when they save a file, rather than seeing them as they type. It is also possible that some users...

NeedsInvestigation
gopls/analysis

**Is your feature request related to a problem? Please describe.** Currently the outline shows argument types for functions in the current file. However, the return types are not listed. E.g....

gopls

**Is your feature request related to a problem? Please describe.** Yes. I'm always frustrated when I'm working on a .go file and because I open vscode in the directory *above*...

NeedsInvestigation
WaitingForInfo
gopls/workspace