未验证 提交 f41b5754 编写于 作者: A Alex Dima

Fix compilation error on master

上级 ecd71f44
...@@ -97,6 +97,7 @@ export class ExtHostDebugService extends ExtHostDebugServiceBase { ...@@ -97,6 +97,7 @@ export class ExtHostDebugService extends ExtHostDebugServiceBase {
cwd: args.cwd, cwd: args.cwd,
name: args.title || nls.localize('debug.terminal.title', "debuggee"), name: args.title || nls.localize('debug.terminal.title', "debuggee"),
}; };
// @ts-ignore
delete args.cwd; delete args.cwd;
this._integratedTerminalInstance = this._terminalService.createTerminalFromOptions(options); this._integratedTerminalInstance = this._terminalService.createTerminalFromOptions(options);
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册