Skip to content

Commit d67af7f

Browse files
committed
CHANGELOG.md: v0.35.0 changelog
For #2341 Change-Id: I59b7ac860b9a6bff98031d0dd6c2cc5f8edf01b9 Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/417575 Reviewed-by: Hyang-Ah Hana Kim <[email protected]>
1 parent 6ce6b54 commit d67af7f

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
## v0.35.0 - 13 July, 2022
2+
3+
A list of all issues and changes can be found in the [v0.35.0 milestone](https://github.com/golang/vscode-go/milestone/47) and [commit history](https://github.com/golang/vscode-go/compare/v0.34.1...v0.35.0).
4+
5+
### Features
6+
- This release adds support for inlay hints ([Issue 1631](https://github.com/golang/vscode-go/issues/1631)).
7+
- Add logic to support ${workspaceFolderBasename} substitution in extension settings ([Issue 2310](https://github.com/golang/vscode-go/issues/2310)).
8+
- Add support for multi-file test suite ([Issue 1130](https://github.com/golang/vscode-go/issues/1130)).
9+
- Add support for custom formatters.
10+
11+
### Bug Fix
12+
- Fixed (Issue [2339](https://github.com/golang/vscode-go/issues/#2339)) that prevented updating delve on arm64 Macs.
13+
14+
### Thanks
15+
Thank you for your contribution, @hyangah, @nirhaas, @bentekkie, @jamalc, and @suzmue.
16+
117
## v0.34.1 - 30 June, 2022
218

319
A list of all issues and changes can be found in the [v0.34.1 milestone](https://github.com/golang/vscode-go/milestone/48) and [commit history](https://github.com/golang/vscode-go/compare/v0.34.0...v0.34.1).

0 commit comments

Comments
 (0)