提交 31fbedf0 编写于 作者: D Daniel Imms

Remove terminal waitOnExit by default

上级 08748316
......@@ -62,7 +62,6 @@ export class TerminalService implements ITerminalService {
}
public createInstance(shell: IShellLaunchConfig = {}): ITerminalInstance {
shell.waitOnExit = true;
let terminalInstance = this._instantiationService.createInstance(TerminalInstance,
this._terminalFocusContextKey,
this._configHelper,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册