vscode-go v0.17.1 Release Notes

Release Date: 2020-09-29 // over 3 years ago
  • v0.17.1 - 28th Sep, 2020

    โœจ Enhancement

    • Mutate the PATH/Path environment variable only if users
      ๐Ÿ”ง explicitly configure to select the go command using go.goroot,
      go.alternateTools, or Go: Choose Go Environment menu.
      (Issue 679)
    • Includes sanitized gopls crash traces in the automated gopls crash report.
      (CL 256878)

    ๐Ÿ›  Fixes

    • ๐Ÿ”„ Changed the default of go.coverMode to be default. (Issue 666)
    • ๐Ÿ›  Fixed a missing promise reject when go is not found. (Issue 660)

    Thank you for reporting issues!