提交 3539bec2 编写于 作者: D Daniel Imms

Lint

上级 b612a305
......@@ -34,7 +34,7 @@ export class ToggleTerminalAction extends TogglePanelAction {
if (this.terminalService.terminalInstances.length === 0) {
// If there is not yet an instance attempt to create it here so that we can suggest a
// new shell on Windows (and not do so when the panel is restored on reload).
const instance = this.terminalService.createInstance(undefined, true);
this.terminalService.createInstance(undefined, true);
}
return super.run();
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册