https://aka.ms/terminal-profiles-schema link to the wrong schema #22903

Closed
opened 2026-01-31 08:26:41 +00:00 by claunia · 1 comment
Owner

Originally created by @yonil7 on GitHub (Feb 11, 2025).

Windows Terminal version

1.22.10352.0

Windows build number

No response

Other Software

No response

Steps to reproduce

press ctrl+shit+, to edit the user settings.json

Expected Behavior

No response

Actual Behavior

The second line in the user settings.json is "$schema": "https://aka.ms/terminal-profiles-schema", this link reference an older schema at: https://raw.githubusercontent.com/microsoft/terminal/release-1.21/doc/cascadia/profiles.schema.json

And according to this schema, keybindings is deprecated:

"keybindings": {
          "description": "[deprecated] Use actions instead.",
          "deprecated": true,
          "items": {
            "$ref": "#/$defs/Keybinding"
          },
          "type": "array"
        },
Originally created by @yonil7 on GitHub (Feb 11, 2025). ### Windows Terminal version 1.22.10352.0 ### Windows build number _No response_ ### Other Software _No response_ ### Steps to reproduce press `ctrl+shit+,` to edit the user `settings.json` ### Expected Behavior _No response_ ### Actual Behavior The second line in the user `settings.json` is `"$schema": "https://aka.ms/terminal-profiles-schema",` this link reference an older schema at: https://raw.githubusercontent.com/microsoft/terminal/release-1.21/doc/cascadia/profiles.schema.json And according to this schema, `keybindings` is deprecated: ```json "keybindings": { "description": "[deprecated] Use actions instead.", "deprecated": true, "items": { "$ref": "#/$defs/Keybinding" }, "type": "array" }, ```
claunia added the Needs-TriageIssue-Bug labels 2026-01-31 08:26:41 +00:00
Author
Owner

@carlos-zamora commented on GitHub (Feb 12, 2025):

Thanks for filing! Good find. @zadjii-msft just fixed it 😊

@carlos-zamora commented on GitHub (Feb 12, 2025): Thanks for filing! Good find. @zadjii-msft just fixed it 😊
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#22903