Skip to content

Commit c71e9ce

Browse files
committed
[release] CHANGELOG.md: v0.17.2
Change-Id: I168686656e3a9c2f5ebf70b024951d20fed8c677 Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/258521 Trust: Hyang-Ah Hana Kim <[email protected]> Run-TryBot: Hyang-Ah Hana Kim <[email protected]> TryBot-Result: kokoro <[email protected]> Reviewed-by: Suzy Mueller <[email protected]>
1 parent d9187fe commit c71e9ce

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## v0.17.2 - 29th Sep, 2020
2+
3+
### Fixes
4+
- Fixed a regression caused by the change for ([Issue 679](https://github.com/golang/vscode-go/issues/679)).
5+
If `go` is not found from `PATH` available to the extension, the extension tries a couple of well-known
6+
default locations to find the `go` binary. In this case, we need to mutate `PATH` so other tools including
7+
`gopls` or `dlv` can choose the same go version. ([Issue 713](https://github.com/golang/vscode-go/issues/713)).
8+
19
## v0.17.1 - 28th Sep, 2020
210

311
### Enhancement

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "go",
33
"displayName": "Go",
4-
"version": "0.17.1",
4+
"version": "0.17.2",
55
"publisher": "golang",
66
"description": "Rich Go language support for Visual Studio Code",
77
"author": {

0 commit comments

Comments
 (0)