Skip to content

requestId in new progresss message is a "number" instead of "integer" #122

@jonahgraham

Description

@jonahgraham

The new ProgressStartEvent has a requestId, but unlike the other similar field in CancelArguments uses integer as does seq which requestId references.

"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."
},

Metadata

Metadata

Assignees

Labels

bugIssue identified by VS Code Team member as probable bug

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions