mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 19:18:59 +01:00
disablePersistence for editor terminals
This commit is contained in:
@@ -167,7 +167,8 @@ export class ExtHostTerminal {
|
||||
isExtensionCustomPtyTerminal: true,
|
||||
icon: iconPath,
|
||||
color: ThemeColor.isThemeColor(color) ? color.id : undefined,
|
||||
location: this._serializeParentTerminal(location, parentTerminal)
|
||||
location: this._serializeParentTerminal(location, parentTerminal),
|
||||
disablePersistence: true
|
||||
});
|
||||
// At this point, the id has been set via `$acceptTerminalOpened`
|
||||
if (typeof this._id === 'string') {
|
||||
|
||||
Reference in New Issue
Block a user