提交 6dfd02e0 编写于 作者: A Andre Weinand

make sure that 'runInTerminal' request returns a 'body'; fixes #48680

上级 fb590e65
......@@ -469,6 +469,7 @@ export class RawDebugSession implements debug.ISession {
if (request.command === 'runInTerminal') {
this._debugger.runInTerminal(<DebugProtocol.RunInTerminalRequestArguments>request.arguments).then(_ => {
response.body = {};
this.debugAdapter.sendResponse(response);
}, err => {
response.success = false;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册