microsoft / vscode-debugadapter-node

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

Make timeout parameter for runInTerminal optional #69

Closed felixfbecker closed 3 years ago

felixfbecker commented 8 years ago

I think a sensible default would make sense, also for future requests from adapter to client. This will result in an overloaded signature, but for the future #68 would prevent overloads.