Skip to content

Commit e90541a

Browse files
committed
[release] CHANGELOG.md: mention the removal of 'port' support in dlv-dap
And fix the release date. Change-Id: I86395b846ce70198dc4098cfac603fef4397dde5 Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/340829 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 e4419ec commit e90541a

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## v0.27.0 - 8 Aug, 2021
1+
## v0.27.0 - 9 Aug, 2021
22

33
📣 Delve's native DAP implementation ([`dlv-dap`](https://github.com/go-delve/delve/blob/master/Documentation/usage/dlv_dap.md))
44
is enabled by default for local debugging. We updated the [Documentation for Debugging](https://github.com/golang/vscode-go/blob/master/docs/debugging.md)
@@ -22,7 +22,10 @@ command prints the build information of detected tools. <!-- CL 337989 -->
2222
- Debugging
2323
- Setting the `logOutput` property without `showLog: true` does not break debugging any more. <!-- CL 335029 -->
2424
- Fixed a bug in the legacy debug adapter that caused jumping at each step after upgrading to VS Code 1.58+. ([Issue 1617](https://github.com/golang/vscode-go/issues/1617), [1647](https://github.com/golang/vscode-go/issues/1647)) <!-- CL 338194 -->
25-
- Fixed a bug that broke Attach mode debugging using the legacy debug adapter if `cwd` is not set. ([Issue 1608](https://github.com/golang/vscode-go/issues/1608)) <!-- CL 334111 -->
25+
- Fixed a bug that broke Attach mode debugging using the legacy debug adapter if `cwd` is not set. ([Issue 1608](https://github.com/golang/vscode-go/issues/1608)) <!-- CL 334111 -->
26+
- Made the `dlv-dap` mode ignore the `port` property. It was initially suggested as a temporary alternative
27+
to the remote debugging, but we decided to revisit the functionality for better remote debugging support.
28+
Use the `debugServer` property if you want to connect to a manually launched `dlv dap` server.
2629

2730
### Code Health
2831
- The version of `dlv-dap` is pinned to [v1.7.1-0.20210804080032-f95340ae1bf9](https://github.com/go-delve/delve/tree/f95340ae1bf9fed8740d5fd39f5758d41770d967) and `dlv-dap` is marked as a required tool.

0 commit comments

Comments
 (0)