[PR #8048] Implement the Settings UI #27069

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

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

State: closed
Merged: Yes


Summary of the Pull Request

This introduces the Settings UI to Windows Terminal. This allows users to customize their global settings, color schemes, and profiles without having to open the settings.json. Actions are not currently included in the Settings UI.

To open the Settings UI, add the following keybinding to your settings.json:

{ "name": "OPEN SETTINGS UI", "command": {"action": "openSettings", "target": "settingsUI"}, "keys": "ctrl+shift+," }

Closes #1564 - Settings UI
Spec: #6720, #8269

Demo

Settings UI Demo

**Original Pull Request:** https://github.com/microsoft/terminal/pull/8048 **State:** closed **Merged:** Yes --- ## Summary of the Pull Request This introduces the Settings UI to Windows Terminal. This allows users to customize their global settings, color schemes, and profiles without having to open the settings.json. Actions are not currently included in the Settings UI. To open the Settings UI, add the following keybinding to your settings.json: ```js { "name": "OPEN SETTINGS UI", "command": {"action": "openSettings", "target": "settingsUI"}, "keys": "ctrl+shift+," } ``` Closes #1564 - Settings UI Spec: #6720, #8269 ## Demo ![Settings UI Demo](https://user-images.githubusercontent.com/11050425/101100535-84c9cf80-357b-11eb-8115-60aeef7db330.png)
claunia added the pull-request label 2026-01-31 09:19:49 +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#27069