701 B
701 B
If you have a question, please ask it on https://gitter.im/Microsoft/vscode-go or on the VSCode channel in Gophers Slack(https://invite.slack.golangbridge.org/)
If you have issues around GOPATH, read https://github.com/Microsoft/vscode-go/wiki/GOPATH-in-the-VS-Code-Go-extension first.
If you have issues debugging your Go programs
- read https://github.com/Microsoft/vscode-go/wiki/Debugging-Go-code-using-VS-Code first.
- set
"trace": "verbose"
and share the resulting logs in the debug console
If this is a bug report, please share
- a sample code which can be used to reproduce the issue
- any Go related settings you might have added/changed
Steps to Reproduce: