Skip to content

Commit 1ebc8c5

Browse files
committed
[release] CHANGELOG.md: v0.27.1 change log
Change-Id: Ia12694869e75a68609900212ef03f00d78589371 Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/341569 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]> (cherry picked from commit e81d5fc) Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/341610
1 parent ee54b02 commit 1ebc8c5

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
📣 Delve's native DAP implementation ([`dlv-dap`](https://github.com/go-delve/delve/blob/master/Documentation/usage/dlv_dap.md))
2+
is enabled by default for local debugging. We updated the [Documentation for Debugging](https://github.com/golang/vscode-go/blob/master/docs/debugging.md)
3+
to show the new features available with dlv-dap. This change does not apply to remote debugging yet.
4+
For remote debugging, keep following the instruction in the
5+
[legacy debug adapter documentation](https://github.com/golang/vscode-go/blob/master/docs/debugging-legacy.md).
6+
7+
## v0.27.1 - 12 Aug, 2021
8+
9+
A list of all issues and changes can be found in the [v0.27.1 milestone](https://github.com/golang/vscode-go/milestone/35) and [commit history](https://github.com/golang/vscode-go/compare/v0.27.0...v0.27.1).
10+
11+
### Enhancement
12+
- Supports `replay` and `core` debug launch modes. ([PR 1268](https://github.com/golang/vscode-go/pull/1268))
13+
14+
### Fixes
15+
- Fixed process pickers used in attach mode debugging. ([Issue 1679](https://github.com/golang/vscode-go/issues/1679))
16+
- Fixed the failure of debugging when `CGO_CFLAGS` is set. ([Issue 1678](https://github.com/golang/vscode-go/issues/1678))
17+
- Fixed the `dlv-dap` installation issue. ([Issue 1682](https://github.com/golang/vscode-go/issues/1682))
18+
19+
### Thanks
20+
Thanks for your contributions, Luis Gabriel Gomez, Suzy Mueller, and Hana Kim!
21+
122
## v0.27.0 - 9 Aug, 2021
223

324
📣 Delve's native DAP implementation ([`dlv-dap`](https://github.com/go-delve/delve/blob/master/Documentation/usage/dlv_dap.md))

0 commit comments

Comments
 (0)