This repository has been archived by the owner on Jul 15, 2023. It is now read-only.
Releases: microsoft/vscode-go
Releases · microsoft/vscode-go
0.6.21
Notable additions:
package
smart snippet for quickly getting started with a new.go
file (#155)- Improved display of variables in debugger
- Watch and output window now render evaluated expression results correctly
- All goroutines are now shown during debugging
stopOnEntry
supported in debugger- Fix for issue where debugger would sometimes not set breakpoints before running the application
Getting started experience authoring a new file and debugging it:
Debugging