Skip to content

Commit adeae17

Browse files
committed
CHANGELOG.md: Descrption of v0.23.1
Change-Id: Ica6546122f4de9d74fbadb1de2f1af1f56c699d1 Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/300571 Trust: Hyang-Ah Hana Kim <[email protected]> Run-TryBot: Hyang-Ah Hana Kim <[email protected]> TryBot-Result: kokoro <[email protected]> Reviewed-by: Suzy Mueller <[email protected]>
1 parent 22c28cd commit adeae17

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,29 @@
1+
## v0.23.1 - 11th Mar, 2021
2+
3+
🎉 &nbsp;&nbsp;We use [`staticcheck`](https://staticcheck.io/)
4+
as the default lint tool. We also changed to use `goimports` for formatting when not using `gopls`.
5+
6+
This version requires VS Code 1.52 or newer.
7+
8+
A list of all issues and changes can be found in the
9+
[v0.23.1 milestone](https://github.com/golang/vscode-go/milestone/24?closed=1)
10+
and the [changes since v0.22.1](https://github.com/golang/vscode-go/compare/v0.23.0...v0.23.1)
11+
12+
### Enhancements
13+
14+
* Changed the default lint/format tools. ([Issue 189](https://github.com/golang/vscode-go/issues/189), [192](https://github.com/golang/vscode-go/issues/192))
15+
* Enhanced `dlv-dap` start logic ([Issue 1270](https://github.com/golang/vscode-go/issues/1270)) and improved output/error message forwarding. ([CL 296930](https://go-review.googlesource.com/c/vscode-go/+/296930))
16+
17+
### Fixes
18+
19+
* Fixed the spurious popup message about the use of `goreturns`. ([CL 300430](https://go-review.googlesource.com/c/vscode-go/+/300430))
20+
* Fixed orphaned progress notification after restarting `gopls`. ([Issue 1153](https://github.com/golang/vscode-go/issues/1153))
21+
* Fixed cryptic error messages that appear when `gopls` commands fail. ([Issue 1237](https://github.com/golang/vscode-go/issues/1237))
22+
* Fixed incomplete folding range info issue caused by parse errors. Complete fix requires `gopls` v0.6.7+ ([Issue 1224](https://github.com/golang/vscode-go/issues/1224))
23+
24+
### Code Health
25+
* Updated LSP to 3.16.0 (stable), and DAP to 1.44.0.
26+
127
## v0.23.0 - 4th Mar, 2021
228

329
A list of all issues and changes can be found in the

0 commit comments

Comments
 (0)