Skip to content

Commit 86e3e20

Browse files
committed
[release] CHANGELOG.md: v0.22.1
Change-Id: I1535f1779f069e63a4a421494c75fae722a3533e Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/287953 Trust: Hyang-Ah Hana Kim <[email protected]> Run-TryBot: Hyang-Ah Hana Kim <[email protected]> Reviewed-by: Rebecca Stambler <[email protected]> TryBot-Result: kokoro <[email protected]>
1 parent acad49d commit 86e3e20

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## v0.22.1 - 4th Feb, 2021
2+
3+
### Enhancements
4+
- Added error details to automated error reports. ([CL 287952](https://go-review.googlesource.com/c/vscode-go/+/287952))
5+
- Used clickable links in `"go.languageServerExperimentalFeatures"` setting deprecation error messages. ([CL 288133](https://go-review.googlesource.com/c/vscode-go/+/288133))
6+
7+
### Fixes
8+
- Fixed a race during language client restarts. ([CL 288372](https://go-review.googlesource.com/c/vscode-go/+/288372), [CL 288352](https://go-review.googlesource.com/c/vscode-go/+/288352))
9+
- Disabled the language server when using workspace folders over ssh. ([Issue 1171](https://github.com/golang/vscode-go/issues/1171))
10+
- Added `dlv` to the `"go.alternateTools"` example value list. ([CL 289231](https://go-review.googlesource.com/c/vscode-go/+/289231))
11+
12+
### Code Health
13+
- Bumped `ini` to 1.3.8 to address a vulnerability report from `npm audit`.
14+
115
## v0.22.0 - 26th Jan, 2021
216

317
- The language server, `gopls`, is enabled by default. ([Issue 1037](https://github.com/golang/vscode-go/issues/1037))

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

0 commit comments

Comments
 (0)