microsoft / vscode-debugadapter-node

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

Fixing wrong signature of terminateThreadsRequest #214

Closed zobo closed 5 years ago

zobo commented 5 years ago

Args should be of type TerminateThreadsArguments not TerminateThreadsRequest

weinand commented 5 years ago

@zobo thanks for spotting and fixing this