Skip to content

Commit

Permalink
[release] CHANGELOG.md: v0.20.2
Browse files Browse the repository at this point in the history
This is a patch release to sync the gopls settings with the latest
gopls release v0.6.2.

Change-Id: Icc7c6d17b604ae15ad9e4185fdc4ce5d04145182
Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/282536
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]>
  • Loading branch information
hyangah committed Jan 8, 2021
1 parent bd63db5 commit 98d8a1a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## v0.20.2 - 8th Jan, 2021

### Enhancement
- Updated [`"gopls"` settings](https://github.com/golang/vscode-go/blob/705272cba4001b8caf71a1542f376daa2e0be089/docs/settings.md#gopls-1) to match gopls v0.6.2. ([CL 279728](https://go-review.googlesource.com/c/vscode-go/+/279728))

## v0.20.1 - 29th Dec, 2020

### Fixes
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.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "go",
"displayName": "Go",
"version": "0.20.1",
"version": "0.20.2",
"publisher": "golang",
"description": "Rich Go language support for Visual Studio Code",
"author": {
Expand Down

0 comments on commit 98d8a1a

Please sign in to comment.