mirror of
https://github.com/microsoft/vscode.git
synced 2026-07-07 15:26:49 +01:00
@@ -281,6 +281,12 @@ export class TerminalInstance extends Disposable implements ITerminalInstance {
|
||||
this._terminalProfileResolverService.resolveIcon(this._shellLaunchConfig, OS);
|
||||
}
|
||||
|
||||
// When a custom pty is used set the name immediately so it gets passed over to the exthost
|
||||
// and is available when Pseudoterminal.open fires.
|
||||
if (this.shellLaunchConfig.customPtyImplementation) {
|
||||
this.setTitle(this._shellLaunchConfig.name, TitleEventSource.Api);
|
||||
}
|
||||
|
||||
this._initDimensions();
|
||||
this._createProcessManager();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user