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 a heap of legacy settings deserialization #5190

Merged
merged 5 commits into from
Mar 31, 2020

Conversation

DHowett-MSFT
Copy link
Contributor

This pull request removes support for:

  • legacy keybindings of all types
  • colorScheme.colors, as an array
  • A globals object in the root of the settings file
  • profile.colorTable and profile.colorscheme (the rare v0.1 all-lowercase variety)

c637a67 - Settings: delete all legacy keybinding deserializers

fc0d22e - Settings: remove support for colorScheme.colors (array)

e3bc5a9 - Settings: remove legacy colorscheme key and colorTable

bba1d65 - Settings: Remove support for /globals

Fixes #4091.
Fixes #1069.

Copy link
Member

@carlos-zamora carlos-zamora left a comment

Choose a reason for hiding this comment

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

Update the docs

@ghost ghost added Needs-Author-Feedback The original author of the issue/PR needs to come back and respond to something and removed Needs-Author-Feedback The original author of the issue/PR needs to come back and respond to something labels Mar 31, 2020
@DHowett-MSFT DHowett-MSFT changed the title Remove a bunch of legacy settings deserialization Remove a heap of legacy settings deserialization Mar 31, 2020
@DHowett-MSFT DHowett-MSFT merged commit cd9e854 into master Mar 31, 2020
@DHowett-MSFT DHowett-MSFT deleted the dev/duhowett/legacy;_it_lives_on branch March 31, 2020 20:58
@ghost
Copy link

ghost commented Apr 22, 2020

🎉Windows Terminal Preview v0.11.1121.0 has been released which incorporates this pull request.:tada:

Handy links:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

profile.colorTable is broken Remove deserialization of legacy json keys
4 participants