135c455d39
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 https://github.com/Dart-Code/Dart-Code/issues/5302 Change-Id: Ie066b92da177bba5565d3ed952e5518912918f40 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/388700 Commit-Queue: Ben Konyi <bkonyi@google.com> Reviewed-by: Ben Konyi <bkonyi@google.com> Reviewed-by: Derek Xu <derekx@google.com>
This is a package of classes that are generated from the DAP specifications along with their generating code.
tool/external_dap_spec/debugAdapterProtocol.json is an unmodified copy of the DAP Specification, downloaded from:
This accompanying file is the version of the specification that was used to generate a portion of the Dart code used to support the protocol.
To regenerate the generated code, run the script in "tool/dap/generate_all.dart" with no arguments. To download the latest version of the specification before regenerating the code, run the same script with the "--download" argument.
More information on Dart support for DAP is available here.