Skip to content

Commit 1f1f292

Browse files
committed
[release] prepare v0.29.0 release (2)
6df8886 CHANGELOG.md: summary of v0.29.0 Change-Id: Ie72f8ed188b36da3c21ae294b18e48a1d82e85a8
2 parents db76cd2 + 6df8886 commit 1f1f292

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
1+
## v0.29.0 - 26 Oct, 2021
2+
3+
A list of all issues and changes can be found in the [v0.29.0 milestone](https://github.com/golang/vscode-go/milestone/37) and [commit history](https://github.com/golang/vscode-go/compare/v0.28.1...v0.29.0).
4+
5+
### Changes
6+
7+
- Prompt users for the 2021 Go Developer survey. `go.survey.prompt` is a new setting to control survey prompts.
8+
- Use `go install` for tools installation when using go1.16+. From go1.18, `go get` will no longer build/install tools. See [the deprecation notice](https://golang.org/doc/go-get-install-deprecation). ([Issue 1825](https://github.com/golang/vscode-go/issues/1825)) <!-- CL 355974 --> The extension runs `go install` from the workspace root directory, and the old workaround for [Issue 757](https://github.com/golang/vscode-go/issues/757) is unnecessary.
9+
- Language Server:
10+
- Print all `GOPATH`s when there are multiple GOPATHs. ([Issue 1848](https://github.com/golang/vscode-go/issues/1848)) <!-- CL 356909 -->
11+
- Synced settings @ gopls/v0.7.3
12+
- "Go: Generate Interface Stubs" allows `'-'` as an acceptable char for interface names. ([Issue 1670](https://github.com/golang/vscode-go/issues/1670)) <!-- CL 343829 -->
13+
- Test UX:
14+
- Visualize profiles. ([Issue 1747](https://github.com/golang/vscode-go/issues/1747)) <!-- CL 345477 -->
15+
- Added view for profiles. ([Issue 1641](https://github.com/golang/vscode-go/issues/1641)) <!-- CL 345470 -->
16+
- Added single-test debugging support to the Test Explorer UI. ([CL 348571](https://golang.org/cl/348571))
17+
- Shows test output on run. ([CL 352309](https://golang.org/cl/352309))
18+
- Debug:
19+
- Added `showLog`/`logOutput`/`dlvFlags` to `go.delveConfig` setting that change the default values for them. ([Issue 1723](https://github.com/golang/vscode-go/issues/1723)) <!-- CL 351249 -->
20+
- Handle directory with `'.'` in its name correctly and warn users for invalid `program` ([Issue 1826](https://github.com/golang/vscode-go/issues/1826), [1769](https://github.com/golang/vscode-go/issues/1769)) <!-- CL 353990 -->
21+
22+
### Thanks
23+
24+
Thank you for your contribution, @firelizzard18, @Zamiell, @mislav, @polinasok, @hyangah, @stamblerre, @suzmue, and @yinheli!
25+
126
## v0.28.1 - 24 Sep, 2021
227

328
A list of all issues and changes can be found in the [v0.28.1 milestone](https://github.com/golang/vscode-go/milestone/38) and [commit history](https://github.com/golang/vscode-go/compare/v0.28.0...v0.28.1).

0 commit comments

Comments
 (0)