dap 1.4.0
dap: ^1.4.0 copied to clipboard
A package of classes that are generated from the DAP specifications along with their generating code.
1.4.0 #
- Updated all generated classes using the latest published version of the DAP spec.
1.3.0 #
- Add
showToUserfield toDebugAdapterExceptionto specify which errors should be shown to users.
1.2.0 #
- Added
DartInitializeRequestArguments, a subclass ofInitializeRequestArgumentsthat supports a custom flagsupportsDartUrisfor informing the debug adapter that the client supports using URIs in places that might usually be file paths (such asstackTraceRequest). Setting this flag indicates that the client supportsfile:URIs and also any custom-scheme URIs whose content can be provided by the analysis server from the matching Dart SDK.
1.1.0 #
- Updated all generated classes using the latest published version of the DAP spec.
1.0.0 #
- Moved DAP classes from
package:ddsinto a standalone package.