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