Skip to content

Commit fd5d558

Browse files
committed
CHANGELOG.md: prepare for v0.21.0 release
Change-Id: I33ba9c5374479860cf4b790fbe2ab786b7a4640d Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/284174 Trust: Hyang-Ah Hana Kim <[email protected]> Run-TryBot: Hyang-Ah Hana Kim <[email protected]> Reviewed-by: Suzy Mueller <[email protected]> TryBot-Result: kokoro <[email protected]>
1 parent b7b9a3e commit fd5d558

File tree

2 files changed

+23
-5
lines changed

2 files changed

+23
-5
lines changed

CHANGELOG.md

Lines changed: 22 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
## v0.21.0 - 20th Jan, 2021
2+
3+
> 📣 &nbsp;&nbsp;Announcement:
4+
>
5+
> * 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.
6+
>
7+
> * 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.
8+
9+
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).
10+
### Enhancements
11+
- The new `dlvFlags` debug attribute is available for conveniently supply extra flags to `dlv`. ([Issue 978](https://github.com/golang/vscode-go/issues/978))
12+
- Stop using workspace/folder-level settings from untrusted repositories that can be used to run arbitrary binaries. ([Issue 1024](https://github.com/golang/vscode-go/issues/1094))
13+
- The extension now deduplicates diagnostics from both the language server and the linter. ([Issue 142](https://github.com/golang/vscode-go/issues/142))
14+
- Disabled `gotype-live` automatically when the language server is enabled. ([Issue 1021](https://github.com/golang/vscode-go/issues/1021))
15+
- Removed the `"go.languageServerExperimentalFeatures"` setting. ([CL 280601](https://go-review.googlesource.com/c/vscode-go/+/280601)). The `documentLink` feature is replaced with `gopls`'s [`ui.navigation.importShortcut`](https://github.com/golang/tools/blob/master/gopls/doc/settings.md#importshortcut-enum) setting. The `diagnostics` feature replacement is still under discussion. Please provide feedback in [Issue 50](https://github.com/golang/vscode-go/issues/50).
16+
17+
### Code Health
18+
* Experimental features that were available only in the nightly extension are enabled in the master branch, and in presubmit & CI tests running on the master branch.
19+
### Thanks
20+
21+
Thank you for your contribution, @hyangah, @suzmue, @pjweinbgo, @stamblerre!
22+
123
## v0.20.2 - 8th Jan, 2021
224

325
### Enhancement
@@ -12,10 +34,6 @@
1234

1335
A list of all issues and changes can be found in the [v0.20.0 milestone](https://github.com/golang/vscode-go/milestone/18?closed=1).
1436

15-
> 📣 &nbsp;&nbsp;Announcement: We plan to enable the language server, `gopls`, by default early next year. ([Issue 1037](https://github.com/golang/vscode-go/issues/1037))
16-
>
17-
> Please test and provide us your feedback on the `#vscode-dev` [Gophers Slack](https://gophers.slack.com/) channel.
18-
1937
### Enhancements
2038
- Debugging
2139
- The new `substitutePath` config property allows users to translate their symlinked directories to the actual paths, and

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This extension provides rich language support for the [Go programming language](
88

99
Take a look at the [Changelog](CHANGELOG.md) to learn about new features.
1010

11-
> 📣 We plan to enable the language server ([`gopls`](docs/gopls.md)) by default in early 2021. The language server
11+
> 📣 We will enable the language server ([`gopls`](docs/gopls.md)) by default in the end of Jan 2021. The language server
1212
> provides language features like intellisense, formatting, refactoring, analysis and many more.
1313
> We recommend switching to the language server now (`"go.useLanguageServer": true`) to confirm it works well for you.
1414
> Please [file a new issue](https://github.com/golang/vscode-go/issues/new/choose) if you notice bugs or missing features.

0 commit comments

Comments
 (0)