disablePersistence for editor terminals

This commit is contained in:
Megan Rogge
2021-12-10 15:27:56 -08:00
parent ca83d3d86c
commit bba344e4e5
3 changed files with 4 additions and 4 deletions

View File

@@ -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') {