Skip to content

Commit a42b5de

Browse files
committed
[release] v0.17.1 CHANGELOG and prep
Change-Id: Iff88e5fe3dddd8c5fb09b542046f94f4f61d6522 Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/257717 Trust: Hyang-Ah Hana Kim <[email protected]> Run-TryBot: Hyang-Ah Hana Kim <[email protected]> Reviewed-by: Suzy Mueller <[email protected]>
1 parent 20ba7a5 commit a42b5de

File tree

3 files changed

+19
-3
lines changed

3 files changed

+19
-3
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
## v0.17.1 - 28th Sep, 2020
2+
3+
### Enhancement
4+
- Mutate the `PATH`/`Path` environment variable only if users
5+
explicitly configure to select the go command using `go.goroot`,
6+
`go.alternateTools`, or `Go: Choose Go Environment` menu.
7+
([Issue 679](https://github.com/golang/vscode-go/issues/679))
8+
- Includes sanitized gopls crash traces in the automated gopls crash report.
9+
([CL 256878](https://go-review.googlesource.com/c/vscode-go/+/256878))
10+
11+
### Fixes
12+
- Changed the default of `go.coverMode` to be `default`. ([Issue 666](https://github.com/golang/vscode-go/issues/666))
13+
- Fixed a missing promise reject when go is not found. ([Issue 660](https://github.com/golang/vscode-go/issues/660))
14+
15+
Thank you for reporting issues!
16+
117
## v0.17.0 - 18th Sep, 2020
218

319
Go code debugging and code coverage support is getting better.

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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "go",
33
"displayName": "Go",
4-
"version": "0.17.0",
4+
"version": "0.17.1",
55
"publisher": "golang",
66
"description": "Rich Go language support for Visual Studio Code",
77
"author": {
@@ -2038,4 +2038,4 @@
20382038
]
20392039
}
20402040
}
2041-
}
2041+
}

0 commit comments

Comments
 (0)