microsoft / vscode-debugadapter-node

Debug adapter protocol and implementation for VS Code.
Other
273 stars 79 forks source link

terminateThreadsRequest has wrong args signatue #215

Closed zobo closed 5 years ago

zobo commented 5 years ago

DebugSession class method terminateThreadsRequest has an invalid signature. The args parameter should be TerminateThreadsArguments instead of TerminateThreadsRequest. This causes either a compile time error or a runtime error in implementations using this helper.

Submitter PR #214

weinand commented 5 years ago

Fixed with PR #214