[PR #10384] profile.schema: add missing actions and commands keys #28021

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

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

State: closed
Merged: Yes


Summary of the Pull Request

Add missing keys to the schema:

  • globalSummon (and args: desktop, monitor, name, dropdownDuration, toggleVisibility)
  • quakeMode
  • iterateOn
  • commands

Also enforces required keys for commands and deprecates "keybindings"

PR Checklist

Detailed Description of the Pull Request / Additional comments

There were some other pending keys mentioned on the issue, but I don't think they are pending anymore.

Validation Steps Performed

Changed the "$schema" value in my settings.json to point to the edited one.

**Original Pull Request:** https://github.com/microsoft/terminal/pull/10384 **State:** closed **Merged:** Yes --- ## Summary of the Pull Request Add missing keys to the schema: - globalSummon (and args: desktop, monitor, name, dropdownDuration, toggleVisibility) - quakeMode - iterateOn - commands Also enforces required keys for commands and deprecates "keybindings" ## PR Checklist * [x] Closes #7443 * [x] CLA signed. If not, go over [here](https://cla.opensource.microsoft.com/microsoft/Terminal) and sign the CLA * [x] Schema updated. ## Detailed Description of the Pull Request / Additional comments There were some other pending keys mentioned on the issue, but I don't think they are pending anymore. ## Validation Steps Performed Changed the `"$schema"` value in my settings.json to point to the edited one.
claunia added the pull-request label 2026-01-31 09:25:48 +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#28021