Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove setting with no effect #186187

Merged
merged 2 commits into from
Jun 26, 2023
Merged

remove setting with no effect #186187

merged 2 commits into from
Jun 26, 2023

Conversation

amunger
Copy link
Contributor

@amunger amunger commented Jun 26, 2023

Restoring the Interactive window is now built in through usage of the Working Copy Service so the setting no longer affects the behavior.

@@ -791,11 +791,6 @@ Registry.as<IConfigurationRegistry>(ConfigurationExtensions.Configuration).regis
type: 'boolean',
default: true,
markdownDescription: localize('interactiveWindow.alwaysScrollOnNewCell', "Automatically scroll the interactive window to show the output of the last statement executed. If this value is false, the window will only scroll if the last cell was already the one scrolled to.")
},
[InteractiveWindowSetting.interactiveWindowRestore]: {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I see you had a deprecation message in here before, why not show that for at least one release? The setting previously existed for 11 months

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

from @rebornix's input, we can just remove it since it won't do anything and just mention it in the release notes.

@amunger amunger merged commit df4d9ce into main Jun 26, 2023
7 checks passed
@amunger amunger deleted the aamunger/restoreSetting branch June 26, 2023 18:17
@github-actions github-actions bot locked and limited conversation to collaborators Aug 10, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants