Skip to content

Commit ede72ef

Browse files
committed
[release] 0.16.2 release CHANGELOG
Change-Id: Ib208f9ba0dcc32b83ac1496e0dd47001f3ac312a Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/252121 Reviewed-by: Rebecca Stambler <[email protected]>
1 parent d5f86b6 commit ede72ef

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## v0.16.2 - 2nd Sep, 2020
2+
3+
### Fixed
4+
5+
- Fixed the compile error message parsing bug that prevented correct file name expansion in test output. ([Issue 522](https://github.com/golang/vscode-go/issues/522)).
6+
- Fixed the regression that caused to run tests in the local directory mode and
7+
result in more verbose output than the package list mode. ([Issue 528](https://github.com/golang/vscode-go/issues/528)).
8+
- Fixed `"go.alternateTools"` settings to accept any tool names without
9+
settings.json diagnostics warning. ([Issue 526](https://github.com/golang/vscode-go/issues/526)
10+
11+
112
## v0.16.1 - 5th Aug, 2020
213

314
### Fixed

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.16.1",
4+
"version": "0.16.2",
55
"publisher": "golang",
66
"description": "Rich Go language support for Visual Studio Code",
77
"author": {

0 commit comments

Comments
 (0)