Skip to content

Commit 5923027

Browse files
committed
Don't automatically start up pty host in remote
1 parent 9922b1c commit 5923027

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/vs/platform/terminal/node/ptyHostService.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,6 @@ export class PtyHostService extends Disposable implements IPtyService {
106106
// capability
107107
if (this._ptyHostStarter.onBeforeWindowConnection) {
108108
Event.once(this._ptyHostStarter.onBeforeWindowConnection)(() => this._ensurePtyHost());
109-
} else {
110-
this._ensurePtyHost();
111109
}
112110

113111
this._ptyHostStarter.onWillShutdown?.(() => this._wasQuitRequested = true);

0 commit comments

Comments
 (0)