Skip to content

Commit af09648

Browse files
committed
[release] CHANGELOG.md: prepare for v0.33.1
Updates #2225 Updates #2251 Change-Id: Ie14ce5afa26454b87c2aa8dc131d0342b9d48dab Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/407876 Reviewed-by: Jamal Carvalho <[email protected]> (cherry picked from commit 450ffa7) Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/407882 Run-TryBot: Hyang-Ah Hana Kim <[email protected]> TryBot-Result: kokoro <[email protected]> Reviewed-by: Suzy Mueller <[email protected]>
1 parent 7169dde commit af09648

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
1-
## v0.33.0 - 28 Apr, 2022
1+
## v0.33.1 - 24 May, 2022
2+
3+
This is the last release that supports Visual Studio Code 1.66 or older.
4+
We plan to add support for [LSP 3.17](https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#whatIsNew) in the next release and the change requires Visual Studio Code [1.67+](https://code.visualstudio.com/updates/v1_67).
5+
6+
### Changes
7+
8+
* Updated settings to be in sync with `[email protected]`. See [the release note](https://github.com/golang/tools/releases/tag/gopls%2Fv0.8.4) to learn new features like the `//go:embed` analyzer, and improved hover for imported packages.
9+
* Prepared for 2022 mid-year Go developer survey.
10+
11+
## v0.33.0 - 1 May, 2022
212

313
📣 [Remote attach debugging](docs/debugging.md#connecting-to-headless-delve-with-target-specified-at-server-start-up) is now available via Delve's native DAP implementation with Delve v1.7.3 or newer. It is now the default with the [Go Nightly](docs/nightly.md) and will become the default for the stable releases in mid 2022.
414

0 commit comments

Comments
 (0)