vscode-go v0.19.1 Release Notes

Release Date: 2020-12-09 // over 3 years ago
  • A list of all issues and changes can be found in the v0.19.1 milestone.

    ๐Ÿ›  Fixes

    • ๐Ÿ›  Fixed Run without Debugging for Windows. This was a regression found in v0.19.0 (Issue 918). <!-- CL 276214 -->
    • ๐Ÿ›  Fixed snippets that used the reserved keyword ('var') as variable names (Issue 969).<!-- CL 276213 -->
    • ๐Ÿ›  Fixed a file path expansion bug in subtest failure messages (Issue 956). <!-- CL 276212 -->
    • ๐Ÿ›  Fixed unhandled promise rejection error in debug adapter (Issue 982). <!-- CL 274932 -->

    โœจ Enhancements

    • ๐Ÿ”ง Disabled the experimental godlvdap debug configuration from the stable version. It is still available in Go Nightly (Issue 960).
    • Enabled user survey (Issue 910). <!-- CL 276216 -->

    Thanks

    Thank you for your contribution, @suzmue, @RomanKornev, @hyangah!