Skip to content

Commit 8500b02

Browse files
committed
CHANGELOG.md: update CHANGELOG for v0.34.0
For #2252 Change-Id: If28a553503e7cc6b64ef94ad6ed4d28a089abb60 Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/412315 Reviewed-by: Nooras Saba‎ <[email protected]> Run-TryBot: Suzy Mueller <[email protected]> TryBot-Result: kokoro <[email protected]> Reviewed-by: Jamal Carvalho <[email protected]> Reviewed-by: Hyang-Ah Hana Kim <[email protected]>
1 parent 704cd06 commit 8500b02

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
## v0.34.0 - 22 June, 2022
2+
3+
This release adds support for [LSP 3.17](https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#whatIsNew) and requires Visual Studio Code [1.67+](https://code.visualstudio.com/updates/v1_67).
4+
5+
### Features
6+
This release includes improvements to the `Go: Run Vulncheck (Experimental)` command ([Issue 2185](https://github.com/golang/vscode-go/issues/2185), [2186](https://github.com/golang/vscode-go/issues/2186), [2214](https://github.com/golang/vscode-go/issues/2214)). Use it to find security issues in your dependencies.
7+
8+
### Documentation
9+
Documentation for vscode-go can now be found on the [wiki](https://github.com/golang/vscode-go/wiki) ([Issue 2094](https://github.com/golang/vscode-go/issues/2094)).
10+
11+
Thanks @thediveo for updating the debugging documentation!
12+
13+
### Bug Fixes
14+
`TestMain(m *testing.M)` is no longer treated as a test ([Issue 482](https://github.com/golang/vscode-go/issues/482), [2039](https://github.com/golang/vscode-go/issues/2039))
15+
16+
### Code Health
17+
- Enabled strict type checking ([Issue 57](https://github.com/golang/vscode-go/issues/57))
18+
- Updated release notes generation script to improve release process automation
19+
- Fixed bugs in testing
20+
21+
### Thanks
22+
23+
Thank you for your contribution, @hyangah, @jamalc, @polinasok, @suzmue, @thediveo, and @dle8!
24+
125
## v0.33.1 - 24 May, 2022
226

327
This is the last release that supports Visual Studio Code 1.66 or older.

0 commit comments

Comments
 (0)