Issue with code samples in UsingJsonSettings.md #6710

Closed
opened 2026-01-31 00:45:22 +00:00 by claunia · 0 comments
Owner

Originally created by @KevinAIreland on GitHub (Mar 3, 2020).

In https://github.com/microsoft/terminal/blob/master/doc/user-docs/UsingJsonSettings.md#default-settings the two examples provided have incorrect syntax.

Both examples contain a trailing comma after the closing bracket that causes a syntax error if following the example as published. The trailing comma should be after the closing brace instead.

They also both have a trailing comma after "commandline": "powershell.exe" that also causes a syntax error.

Originally created by @KevinAIreland on GitHub (Mar 3, 2020). In https://github.com/microsoft/terminal/blob/master/doc/user-docs/UsingJsonSettings.md#default-settings the two examples provided have incorrect syntax. Both examples contain a trailing comma after the closing bracket that causes a syntax error if following the example as published. The trailing comma should be after the closing brace instead. They also both have a trailing comma after "commandline": "powershell.exe" that also causes a syntax error.
claunia added the Needs-TriageResolution-Fix-CommittedNeeds-Tag-FixIssue-Docs labels 2026-01-31 00:45:23 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#6710