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: debugAdapterProtocol.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -249,7 +249,7 @@
249
249
},
250
250
"allThreadsContinued": {
251
251
"type": "boolean",
252
-
"description": "If `allThreadsContinued` is true, a debug adapter can announce that all threads have continued."
252
+
"description": "If omitted or set to `true`, this event signals to the client that all threads have been resumed. The value `false` indicates that not all threads were resumed."
253
253
}
254
254
},
255
255
"required": [ "threadId" ]
@@ -1673,7 +1673,7 @@
1673
1673
"properties": {
1674
1674
"allThreadsContinued": {
1675
1675
"type": "boolean",
1676
-
"description": "The value true (or a missing property) signals to the client that all threads have been resumed. The value false indicates that not all threads were resumed."
1676
+
"description": "If omitted or set to `true`, this response signals to the client that all threads have been resumed. The value `false` indicates that not all threads were resumed."
0 commit comments