Skip to content

Commit aa5c6e3

Browse files
committed
deprecate restore setting
1 parent adafd26 commit aa5c6e3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/vs/workbench/contrib/interactive/browser/interactive.contribution.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -795,7 +795,8 @@ Registry.as<IConfigurationRegistry>(ConfigurationExtensions.Configuration).regis
795795
[InteractiveWindowSetting.interactiveWindowRestore]: {
796796
type: 'boolean',
797797
default: false,
798-
markdownDescription: localize('interactiveWindow.restore', "Controls whether the Interactive Window sessions/history should be restored across window reloads. Whether the state of controllers used in Interactive Windows is persisted across window reloads are controlled by extensions contributing controllers.")
798+
markdownDescription: localize('interactiveWindow.restore', "Controls whether the Interactive Window sessions/history should be restored across window reloads. Whether the state of controllers used in Interactive Windows is persisted across window reloads are controlled by extensions contributing controllers."),
799+
deprecationMessage: localize('interactiveWindow.restoreDeprecation', "Restoring the editor is now built in so this setting no longer affects the behavior")
799800
}
800801
}
801802
});

0 commit comments

Comments
 (0)