One broken stub in a fragment file causes the whole file to not load #15338

Open
opened 2026-01-31 04:35:36 +00:00 by claunia · 0 comments
Owner

Originally created by @PankajBhojwani on GitHub (Sep 24, 2021).

Originally assigned to: @lhecker on GitHub.

Windows Terminal version (or Windows build number)

Current main build

Other Software

No response

Steps to reproduce

Put the following fragment file in AppData\Local\Microsoft\Windows Terminal\Fragments\{any-name-here}:

{
  "profiles": [
    {
      "name": "broken profile",
      "font": "thisFontDoesntExist"
    },
    {
      "name": "Cool Profile"
    }
  ]
}

Then start WT

Expected Behavior

"Cool Profile" should show up in the dropdown

Actual Behavior

"Cool Profile" does not show up, the presence of the broken profile causes the non-broken profile to not load

Originally created by @PankajBhojwani on GitHub (Sep 24, 2021). Originally assigned to: @lhecker on GitHub. ### Windows Terminal version (or Windows build number) Current main build ### Other Software _No response_ ### Steps to reproduce Put the following fragment file in `AppData\Local\Microsoft\Windows Terminal\Fragments\{any-name-here}`: ``` { "profiles": [ { "name": "broken profile", "font": "thisFontDoesntExist" }, { "name": "Cool Profile" } ] } ``` Then start WT ### Expected Behavior "Cool Profile" should show up in the dropdown ### Actual Behavior "Cool Profile" does not show up, the presence of the broken profile causes the non-broken profile to not load
claunia added the Resolution-Fix-CommittedArea-SettingsIssue-BugProduct-Terminal labels 2026-01-31 04:35:36 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#15338