[PR #6248] [MERGED] Fix syntax errors in font weight options #26623

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

📋 Pull Request Information

Original PR: https://github.com/microsoft/terminal/pull/6248
Author: @alexzshl
Created: 5/29/2020
Status: Merged
Merged: 5/29/2020
Merged by: @miniksa

Base: masterHead: patch-2


📝 Commits (1)

  • b679280 Fix syntax errors in font weight options

📊 Changes

1 file changed (+3 additions, -2 deletions)

View changed files

📝 doc/cascadia/profiles.schema.json (+3 -2)

📄 Description

Summary of the Pull Request

Fix some simple syntax errors in font weight options.

References

PR Checklist

Detailed Description of the Pull Request / Additional comments

Existing syntax errors in file profiles.schema.json:

  1. Line 537: indentation error
  2. Line 559: "]" for closing "one of" is mising; "," after "}" is mising

Validation Steps Performed

  1. Open the settings file for Windows Terminal, $schema will display as "unable to parse content".
  2. Modify $schema to new file.
  "$schema": "https://raw.githubusercontent.com/alexzshl/terminal/patch-2/doc/cascadia/profiles.schema.json",

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/microsoft/terminal/pull/6248 **Author:** [@alexzshl](https://github.com/alexzshl) **Created:** 5/29/2020 **Status:** ✅ Merged **Merged:** 5/29/2020 **Merged by:** [@miniksa](https://github.com/miniksa) **Base:** `master` ← **Head:** `patch-2` --- ### 📝 Commits (1) - [`b679280`](https://github.com/microsoft/terminal/commit/b6792806f36a4064ffa56f26f04eea33c4bce670) Fix syntax errors in font weight options ### 📊 Changes **1 file changed** (+3 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `doc/cascadia/profiles.schema.json` (+3 -2) </details> ### 📄 Description ## Summary of the Pull Request Fix some simple syntax errors in font weight options. ## References ## PR Checklist ## Detailed Description of the Pull Request / Additional comments Existing syntax errors in file [profiles.schema.json](https://github.com/microsoft/terminal/blob/master/doc/cascadia/profiles.schema.json): 1. Line 537: indentation error 2. Line 559: "]" for closing "one of" is mising; "," after "}" is mising ## Validation Steps Performed 1. Open the settings file for Windows Terminal, `$schema` will display as "unable to parse content". 2. Modify `$schema` to new file. ```json "$schema": "https://raw.githubusercontent.com/alexzshl/terminal/patch-2/doc/cascadia/profiles.schema.json", ``` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-31 09:17:12 +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#26623