Skip to content

Commit 392e7d7

Browse files
committed
[release] CHANGELOG.md: v0.21.1 changelog
Change-Id: Ifd6a5200aff8bc15609924f8a35d5fe8c099c9fa Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/285257 Trust: Hyang-Ah Hana Kim <[email protected]> Run-TryBot: Hyang-Ah Hana Kim <[email protected]> TryBot-Result: kokoro <[email protected]> Reviewed-by: Rebecca Stambler <[email protected]> (cherry picked from commit 0a4362f) Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/285259
1 parent 5435f95 commit 392e7d7

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,18 @@
1-
## v0.21.0 - 20th Jan, 2021
2-
31
> 📣 &nbsp;&nbsp;Announcement:
42
>
53
> * The language server, `gopls`, will be enabled by default in the next release. ([Issue 1037](https://github.com/golang/vscode-go/issues/1037)). Please test and provide us your feedback on the `#vscode-dev` [Gophers Slack](https://gophers.slack.com/) channel.
64
>
75
> * Some workspace or folder-level settings that affect tools location will not be used by default until users explicitly opt in by running `Go: Toggle Workspace Trust Flag`. See [Issue 1094](https://github.com/golang/vscode-go/issues/1094) for more information.
86
7+
## v0.21.1 - 21st Jan, 2021
8+
A list of all issues and changes can be found in the [v0.21.1 milestone](https://github.com/golang/vscode-go/milestone/22?closed=1).
9+
10+
### Fixes
11+
- Fixed the `Cannot get property 'get' of undefined` error. ([Issue 1104](https://github.com/golang/vscode-go/issues/1104))
12+
- Restored the `"go.languageServerExperimentalFeatures"` setting for users who depend on this to run custom vet analyzers. ([Issue 1110](https://github.com/golang/vscode-go/issues/1110))
13+
14+
## v0.21.0 - 20th Jan, 2021
15+
916
A list of all issues and changes can be found in the [v0.21.0 milestone](https://github.com/golang/vscode-go/milestone/16?closed=1).
1017
### Enhancements
1118
- The new `dlvFlags` debug attribute is available for conveniently supply extra flags to `dlv`. ([Issue 978](https://github.com/golang/vscode-go/issues/978))

0 commit comments

Comments
 (0)