Skip to content

Commit 135c455

Browse files
DanTupCommit Queue
authored andcommitted
[dap] Update to the latest version of the DAP spec
This is a result of running `dap/tool/generate_all.dart` to get the latest version of the spec. I'm doing this to get a new value `supportsANSIStyling` that was added recently that VS Code is already using and broke our ansi colors (it's now opt-in but because was just always supported). This change does not fix that issue, I wanted to keep the spec updates separate. In order to get a fix for VS Code users, I'm shipping some middleware that forces this on in the client, but we'll need to fix properly here for the benefit of other clients (or people who haven't updated their VS Code extensions?). See Dart-Code/Dart-Code#5302 Change-Id: Ie066b92da177bba5565d3ed952e5518912918f40 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/388700 Commit-Queue: Ben Konyi <[email protected]> Reviewed-by: Ben Konyi <[email protected]> Reviewed-by: Derek Xu <[email protected]>
1 parent 3518e02 commit 135c455

File tree

4 files changed

+782
-46
lines changed

4 files changed

+782
-46
lines changed

third_party/pkg/dap/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.4.0
2+
3+
- Updated all generated classes using the latest published version of the DAP spec.
4+
15
## 1.3.0
26

37
- Add `showToUser` field to `DebugAdapterException` to specify which errors should be shown to users.

0 commit comments

Comments
 (0)