vscode-go v0.16.1 Release Notes

Release Date: 2020-08-05 // almost 4 years ago
  • 🛠 Fixed

    • 🛠 Fixed the bug that made test output verbose by default (Issue 471).
    • 🛠 Fixed the extension host crash bug due to a process-wide uncaught exception handler accidentally installed along with the inlined debug adapter. This crash bug also caused connection drops when used with the VS Code Remote extension (Issue 467, 469).
    • 👍 Readded the predefined variable resolution support for go.goroot and go.toolsEnvVars (Issue 464, 413).