File tree Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Original file line number Diff line number Diff line change 1+ ## v0.23.1 - 11th Mar, 2021
2+
3+ 🎉   ;  ; 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
329A list of all issues and changes can be found in the
You can’t perform that action at this time.
0 commit comments