[PR #3530] Add "format : color" to Profiles Schema color items #25415

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

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

State: closed
Merged: Yes


Summary of the Pull Request

A simple one-liner addition to profiles.schema.json.

Enables VSCode to recognize Color-type entries in profiles.json and show a color decorator in the editor.

"format" : "color" is a nonstandard, VSCode-specific extension to the schema format, but it shouldn't hurt validation for this case.

PR Checklist

  • Closes Cannot launch Store version, but Dev Build works fine (#3287)
  • CLA signed. If not, go over here and sign the CLA
  • Tests added/passed
  • Requires documentation to be updated
  • I've discussed this with core contributors already. If not checked, I'm ready to accept this work might be rejected in favor of a different grand plan. Issue number where discussion took place: #xxx

Validation Steps Performed

Tested manually.

**Original Pull Request:** https://github.com/microsoft/terminal/pull/3530 **State:** closed **Merged:** Yes --- ## Summary of the Pull Request A simple one-liner addition to `profiles.schema.json`. Enables VSCode to recognize Color-type entries in `profiles.json` and show a color decorator in the editor. `"format" : "color"` is a nonstandard, VSCode-specific extension to the schema format, but it shouldn't hurt validation for this case. ## PR Checklist - [ ] Closes #3287 - [x] CLA signed. If not, go over here and sign the CLA - [ ] Tests added/passed - [ ] Requires documentation to be updated - [ ] I've discussed this with core contributors already. If not checked, I'm ready to accept this work might be rejected in favor of a different grand plan. Issue number where discussion took place: #xxx ## Validation Steps Performed Tested manually.
claunia added the pull-request label 2026-01-31 09:09:22 +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#25415