Release 0.17.1
v0.17.1 - 28th Sep, 2020
Enhancement
- Mutate the
PATH
/Path
environment variable only if users
explicitly configure to select the go command usinggo.goroot
,
go.alternateTools
, orGo: 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 bedefault
. (Issue 666) - Fixed a missing promise reject when go is not found. (Issue 660)
Thank you for reporting issues!