Skip to content

Commit

Permalink
Also check "enableTerminalReconnection" when creating terminal
Browse files Browse the repository at this point in the history
  • Loading branch information
roblourens committed Oct 27, 2020
1 parent 3ed90dc commit 7beee04
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ export class RemoteTerminalProcess extends Disposable implements ITerminalChildP
const result = await this._remoteTerminalChannel.createTerminalProcess(
shellLaunchConfigDto,
this._activeWorkspaceRootUri,
!this._shellLaunchConfig.isFeatureTerminal,
!this._shellLaunchConfig.isFeatureTerminal && this._configHelper.config.enableTerminalReconnection,
this._cols,
this._rows,
isWorkspaceShellAllowed,
Expand Down

0 comments on commit 7beee04

Please # to comment.