You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pkg/dds/CHANGELOG.md
+4
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,7 @@
1
+
# 2.5.0-dev
2
+
-[DAP]`variables` requests now treat lists from `dart:typed_data` (such as `Uint8List`) like standard `List` instances and return their elements instead of class fields.
3
+
-[DAP]`variables` requests now return information about the number of items in lists to allow the client to page through them.
4
+
1
5
# 2.4.0
2
6
-[DAP] Added support for sending progress notifications via `DartDebugAdapter.startProgressNotification`.
3
7
Standard progress events are sent when a clients sets `supportsProgressReporting: true` in its capabilities,
0 commit comments