We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9922b1c commit 5923027Copy full SHA for 5923027
src/vs/platform/terminal/node/ptyHostService.ts
@@ -106,8 +106,6 @@ export class PtyHostService extends Disposable implements IPtyService {
106
// capability
107
if (this._ptyHostStarter.onBeforeWindowConnection) {
108
Event.once(this._ptyHostStarter.onBeforeWindowConnection)(() => this._ensurePtyHost());
109
- } else {
110
- this._ensurePtyHost();
111
}
112
113
this._ptyHostStarter.onWillShutdown?.(() => this._wasQuitRequested = true);
0 commit comments