Schema location is wrong #4138

Closed
opened 2026-01-30 23:39:11 +00:00 by claunia · 1 comment
Owner

Originally created by @skrysm on GitHub (Sep 29, 2019).

Environment

Windows build number: Microsoft Windows [Version 10.0.18362.356]
Windows Terminal version (if applicable): 0.5.2681.0

Any other software?
Visual Studio Code: 1.38.1

Steps to reproduce

  1. Close Windows Terminal
  2. Delete any existing profiles.json (i.e. Windows Terminal's settings)
  3. Re-open Windows Terminal
  4. Open newly created profiles.json in Visual Studio Code

Expected behavior

Code completion should work.

Actual behavior

Code completion does not work because in the newly created profiles.json the $schema property points to https://aka.ms/terminal-profiles-schema which points to https://github.com/microsoft/terminal/blob/master/doc/cascadia/profiles.schema.json instead of https://raw.githubusercontent.com/microsoft/terminal/master/doc/cascadia/profiles.schema.json.

Originally created by @skrysm on GitHub (Sep 29, 2019). # Environment ```none Windows build number: Microsoft Windows [Version 10.0.18362.356] Windows Terminal version (if applicable): 0.5.2681.0 Any other software? Visual Studio Code: 1.38.1 ``` # Steps to reproduce 1. Close Windows Terminal 1. Delete any existing `profiles.json` (i.e. Windows Terminal's settings) 1. Re-open Windows Terminal 1. Open newly created `profiles.json` in Visual Studio Code # Expected behavior Code completion should work. # Actual behavior Code completion does not work because in the newly created `profiles.json` the `$schema` property points to <https://aka.ms/terminal-profiles-schema> which points to <https://github.com/microsoft/terminal/blob/master/doc/cascadia/profiles.schema.json> instead of <https://raw.githubusercontent.com/microsoft/terminal/master/doc/cascadia/profiles.schema.json>.
claunia added the Resolution-Fix-AvailableArea-SettingsIssue-BugProduct-Terminal labels 2026-01-30 23:39:11 +00:00
Author
Owner

@cinnamon-msft commented on GitHub (Sep 29, 2019):

Thanks for finding this! I just fixed the link 😊

@cinnamon-msft commented on GitHub (Sep 29, 2019): Thanks for finding this! I just fixed the link 😊
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#4138