[PR #5231] Add default values to defaults.json #26202

Open
opened 2026-01-31 09:14:35 +00:00 by claunia · 0 comments
Owner

Original Pull Request: https://github.com/microsoft/terminal/pull/5231

State: closed
Merged: Yes


Summary of the Pull Request

This updates defaults.json to include the default values for all global and profile settings. Most default keybinding args are added too. This also updates a few outdated items found in the docs.

PR Checklist

Validation Steps Performed

After making the changes, I made sure all of the settings are deserialized by debugging and stepping through the LayerJson code.

  • Global Settings

I was mainly looking for two things:

  • the key/value pair is found and read
  • the value did not change before/after the pair was read
**Original Pull Request:** https://github.com/microsoft/terminal/pull/5231 **State:** closed **Merged:** Yes --- ## Summary of the Pull Request This updates defaults.json to include the default values for all global and profile settings. Most default keybinding args are added too. This also updates a few outdated items found in the docs. ## PR Checklist * [X] Closes #5189 ## Validation Steps Performed After making the changes, I made sure all of the settings are deserialized by debugging and stepping through the `LayerJson` code. - [X] Global Settings I was mainly looking for two things: - the key/value pair is found and read - the value did not change before/after the pair was read
claunia added the pull-request label 2026-01-31 09:14:35 +00:00
Sign in to join this conversation.
No Label pull-request
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#26202