Skip to content

Release 0.17.2

Compare
Choose a tag to compare
@github-actions github-actions released this 01 Oct 20:13

v0.17.2 - 29th Sep, 2020

Fixes

  • Fixed a regression caused by the change for Issue 679.
    If go is not found from PATH available to the extension, the extension tries
    a couple of well-known default locations to find the go binary. In this case, we
    need to mutate PATH so other tools includinggopls or dlv can choose the
    same go version. (Issue 713).