Trailing commas in profiles schema #16943

Open
opened 2026-01-31 05:27:59 +00:00 by claunia · 0 comments
Owner

Originally created by @aeschli on GitHub (Mar 8, 2022).

Windows Terminal version

1.11.3471.0

Windows build number

10.0.19044.1526]

Other Software

VIsual Studio Code 1.64.2

Steps to reproduce

  • Open the Windows Terminal Setting
  • Click on Open JSON File
  • Opens in VS Code with an error on the schema:

Unable to parse content from 'https://aka.ms/terminal-profiles-schema': Parse error at offset 14830

The problem is
https://github.com/microsoft/terminal/blob/main/doc%2Fcascadia%2Fprofiles.schema.json#L488
See the trailing comma.

Schema file are JSON and trailing commas are a syntax error.

Expected Behavior

No error when opening in VS Code

Actual Behavior

The error comes from trailing commas in the schema file: f217f6dc33/doc/cascadia/profiles.schema.json (L488)

Also:

Originally created by @aeschli on GitHub (Mar 8, 2022). ### Windows Terminal version 1.11.3471.0 ### Windows build number 10.0.19044.1526] ### Other Software VIsual Studio Code 1.64.2 ### Steps to reproduce - Open the Windows Terminal Setting - Click on `Open JSON File` - Opens in VS Code with an error on the schema: `Unable to parse content from 'https://aka.ms/terminal-profiles-schema': Parse error at offset 14830` The problem is https://github.com/microsoft/terminal/blob/main/doc%2Fcascadia%2Fprofiles.schema.json#L488 See the trailing comma. Schema file are JSON and trailing commas are a syntax error. ### Expected Behavior No error when opening in VS Code ### Actual Behavior The error comes from trailing commas in the schema file: https://github.com/microsoft/terminal/blob/f217f6dc331559f57301dfb84ce3898d20c944d6/doc/cascadia/profiles.schema.json#L488 Also: - https://github.com/microsoft/terminal/blob/f217f6dc331559f57301dfb84ce3898d20c944d6/doc/cascadia/profiles.schema.json#L864 - https://github.com/microsoft/terminal/blob/f217f6dc331559f57301dfb84ce3898d20c944d6/doc/cascadia/profiles.schema.json#L884 - https://github.com/microsoft/terminal/blob/f217f6dc331559f57301dfb84ce3898d20c944d6/doc/cascadia/profiles.schema.json#L904
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#16943