File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change
1
+ ## v0.24.2 - 19 Apr, 2021
2
+ A list of all issues and changes can be found in the
3
+ [ v0.24.2 milestone] ( https://github.com/golang/vscode-go/issues?q=is%3Aissue+milestone%3Av0.24.2+is%3Aclosed ) .
4
+
5
+ ### Fixes
6
+ - Fixed regression in the ` lintOnSave ` feature. ([ Issue 1429] ( https://github.com/golang/vscode-go/issues/1429 ) )
7
+ - Fixed ` dlv-dap ` installation to correcly use ` GOBIN ` environment variable. ([ Issue 1430] ( https://github.com/golang/vscode-go/issues/1430 ) )
8
+ - Fixed duplicate error notifications when missing ` dlv-dap ` . ([ Issue 1426] ( https://github.com/golang/vscode-go/issues/1426 ) )
9
+
10
+ ## Enhancements
11
+ - Updated the minimum required dlv-dap version. The new version includes support for
12
+ [ ` substitutePath ` ] ( https://github.com/golang/vscode-go/blob/master/docs/debugging.md#launch-configurations ) and shadowed variable annotation.
13
+
1
14
## v0.24.1 - 15 Apr, 2021
2
15
3
16
### Enhancements
13
26
14
27
## Code Health
15
28
- Updated latest version of dlv-dap and gopls (v0.6.10)
29
+
16
30
## v0.24.0 - 6th Apr, 2021
17
31
18
32
🧪 We re-enabled the option to use ` dlv dap ` (Delve's native DAP implementation) instead of the old debug
You can’t perform that action at this time.
0 commit comments