Skip to content
This repository has been archived by the owner on Jul 15, 2023. It is now read-only.

Releases: microsoft/vscode-go

0.6.21

18 Dec 20:31
Compare
Choose a tag to compare

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:

go-quickstart

Debugging

go-debug