-
Notifications
You must be signed in to change notification settings - Fork 167
Closed
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bug
Milestone
Description
The new ProgressStartEvent has a requestId, but unlike the other similar field in CancelArguments uses integer as does seq which requestId references.
debug-adapter-protocol/debugAdapterProtocol.json
Lines 569 to 572 in 96c4f09
| "requestId": { | |
| "type": "number", | |
| "description": "The request ID that this progress report is related to. If specified a debug adapter is expected to emit\nprogress events for the long running request until the request has been either completed or cancelled.\nIf the request ID is omitted, the progress report is assumed to be related to some general activity of the debug adapter." | |
| }, |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bug