提交 cceeceb1 编写于 作者: D Daniel Imms

Remove logs

上级 a68a2de0
......@@ -79,8 +79,6 @@ export abstract class TerminalService extends CommonTerminalService implements I
}
protected _showBackgroundTerminal(instance: ITerminalInstance): void {
console.log('backgrounded terminals', this._backgroundedTerminalInstances);
console.log('show instance', instance);
this._backgroundedTerminalInstances.splice(this._backgroundedTerminalInstances.indexOf(instance), 1);
instance.shellLaunchConfig.runInBackground = false;
const terminalTab = this._instantiationService.createInstance(TerminalTab,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册