vscode-go v0.6.89 Release Notes

Release Date: 2018-08-30 // over 5 years ago
    • 📦 Show package variables and not just local variables in the debug viewlet when debugging. Feature Request 1854 implemented with PR 1865
    • 🛠 Fix issue with anti virus scans blocking download of the Go plugin due to a dependency. Bug 1871
    • 🛠 Fix broken code coverage feature in Windows in Go 1.11 as the cover profile no longer uses backward slashes. Bug 1847
    • ⚡️ Update existing Go tools when Go version or goroot changes, instead of the checkbox UI where user has to select the tools to update.