Skip to content

Commit

Permalink
[release] v0.17.1 CHANGELOG and prep
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
hyangah committed Sep 28, 2020
1 parent 20ba7a5 commit a42b5de
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
## 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](https://github.com/golang/vscode-go/issues/679))
- Includes sanitized gopls crash traces in the automated gopls crash report.
([CL 256878](https://go-review.googlesource.com/c/vscode-go/+/256878))

### Fixes
- Changed the default of `go.coverMode` to be `default`. ([Issue 666](https://github.com/golang/vscode-go/issues/666))
- Fixed a missing promise reject when go is not found. ([Issue 660](https://github.com/golang/vscode-go/issues/660))

Thank you for reporting issues!

## v0.17.0 - 18th Sep, 2020

Go code debugging and code coverage support is getting better.
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "go",
"displayName": "Go",
"version": "0.17.0",
"version": "0.17.1",
"publisher": "golang",
"description": "Rich Go language support for Visual Studio Code",
"author": {
Expand Down Expand Up @@ -2038,4 +2038,4 @@
]
}
}
}
}

0 comments on commit a42b5de

Please sign in to comment.