Skip to content

Commit

Permalink
add to do
Browse files Browse the repository at this point in the history
  • Loading branch information
meganrogge committed Feb 11, 2021
1 parent ebebd48 commit 1701859
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ export class TerminalService implements ITerminalService {

const enableTerminalReconnection = this.configHelper.config.enablePersistentSessions;
const serverSpawn = this.configHelper.config.serverSpawn;
//TODO@meganrogge move _reconnectToLocalTerminals call from initializeInstances to else if here
if (!!this._environmentService.remoteAuthority && enableTerminalReconnection && serverSpawn) {
this._remoteTerminalsInitPromise = this._reconnectToRemoteTerminals();
this._connectionState = TerminalConnectionState.Connecting;
Expand Down

0 comments on commit 1701859

Please sign in to comment.