Skip to content

Commit 450ffa7

Browse files
committed
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]>
1 parent 1cd7544 commit 450ffa7

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
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+
111
## 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.

0 commit comments

Comments
 (0)