Skip to content

Commit

Permalink
delete comment that is covered by #117088
Browse files Browse the repository at this point in the history
  • Loading branch information
meganrogge committed Feb 26, 2021
1 parent 3dd2d43 commit fc7005d
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,6 @@ export class TerminalService implements ITerminalService {
const enableTerminalReconnection = this.configHelper.config.enablePersistentSessions;
const serverSpawn = this.configHelper.config.serverSpawn;

//TODO@meganrogge: deal with case where there are both local and remote terminals to reconnect
if (!!this._environmentService.remoteAuthority && enableTerminalReconnection && serverSpawn) {
this._remoteTerminalsInitPromise = this._reconnectToRemoteTerminals();
this._connectionState = TerminalConnectionState.Connecting;
Expand Down

0 comments on commit fc7005d

Please sign in to comment.