Documentation still uses profiles.json and global object #7628

Open
opened 2026-01-31 01:08:57 +00:00 by claunia · 0 comments
Owner

Originally created by @CookieHCl on GitHub (Apr 24, 2020).

In line 1 of SettingsSchema.md,

# Profiles.json Documentation

should be fixed to

# Settings.json Documentation

In line 49~50 of UsingJsonSettings.md,

These global properties can exist either in the root json object, or in an
object under a root property `"globals"`.

should be fixed to

These global properties can exist in the root json object.
Originally created by @CookieHCl on GitHub (Apr 24, 2020). In line 1 of [SettingsSchema.md](https://github.com/microsoft/terminal/blob/master/doc/cascadia/SettingsSchema.md), ``` # Profiles.json Documentation ``` should be fixed to ``` # Settings.json Documentation ``` In line 49~50 of [UsingJsonSettings.md](https://github.com/microsoft/terminal/blob/master/doc/user-docs/UsingJsonSettings.md#global-settings), ``` These global properties can exist either in the root json object, or in an object under a root property `"globals"`. ``` should be fixed to ``` These global properties can exist in the root json object. ```
claunia added the Needs-TriageResolution-Fix-CommittedNeeds-Tag-FixIssue-Docs labels 2026-01-31 01:08:58 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#7628