Skip to content

Commit cebe687

Browse files
committed
[release] Update README.md and CHANGELOG.md
I intend to keep this announcement change only in the release branch until the release date. We will cherry-pick this to the master branch. Change-Id: If318853c6801aed8f43e6a9e01ef4ac3e638181c Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/285893 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]>
1 parent c717b8d commit cebe687

File tree

2 files changed

+14
-8
lines changed

2 files changed

+14
-8
lines changed

CHANGELOG.md

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
1-
> 📣 &nbsp;&nbsp;Announcement:
2-
>
3-
> * 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.
4-
>
5-
> * 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.
1+
## v0.22.0 - 26th Jan, 2021
2+
3+
- The language server, `gopls`, is enabled by default. ([Issue 1037](https://github.com/golang/vscode-go/issues/1037))
4+
5+
### Enhancements
6+
- Added the new Go welcome page. ([Issue 949](https://github.com/golang/vscode-go/issues/949))
7+
- Updated documentation. (troubleshooting, customization, settings guide)
8+
- Updated the hardcoded latest gopls version to 0.6.4.
9+
10+
### Thanks
11+
Thank you for your contribution, @suzmue, @stamblerre, @findleyr, @heschik, @hyangah!
612

713
## v0.21.1 - 21st Jan, 2021
814
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).

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66

77
[The VS Code Go extension](https://marketplace.visualstudio.com/items?itemName=golang.go) provides rich language support for the [Go programming language](https://golang.org/).
88

9-
> 📣 We will enable the language server ([`gopls`]) by default in the end of Jan 2021.
10-
> We recommend switching to the language server now (`"go.useLanguageServer": true`) to confirm it works well for you.
11-
> Please [file a new issue](https://github.com/golang/vscode-go/issues/new/choose) if you notice bugs or missing features.
9+
> 📣 Gopls, the official Go language server, is now enabled in VS Code by default.
10+
> Gopls replaces several legacy tools to provide IDE features while editing Go code.
11+
> See [issue 1037](https://github.com/golang/vscode-go/issues/1037) for more information.
1212
1313
## Quick Start
1414

0 commit comments

Comments
 (0)