settings.json: "defaultProfile" seems to work only at old top-level place #7557

Open
opened 2026-01-31 01:07:16 +00:00 by claunia · 0 comments
Owner

Originally created by @digitalAssetStore on GitHub (Apr 22, 2020).

Version: 0.11.1121.0

File: settings.json

"defaultProfile" seems to work only at old top-level place

{
    "$schema": "https://aka.ms/terminal-profiles-schema",
    "defaultProfile": "{0caa0dad-35be-5f56-a8ff-afceeeaa6101}",

But not at new location

{
    "$schema": "https://aka.ms/terminal-profiles-schema",
    "globals" : 
    {
        "alwaysShowTabs" : true,
        "defaultProfile": "{0caa0dad-35be-5f56-a8ff-afceeeaa6101}",

Greetings

Originally created by @digitalAssetStore on GitHub (Apr 22, 2020). Version: 0.11.1121.0 <b>File: settings.json</b> "defaultProfile" seems to work only at old top-level place <pre> { "$schema": "https://aka.ms/terminal-profiles-schema", <b>"defaultProfile":</b> "{0caa0dad-35be-5f56-a8ff-afceeeaa6101}", </pre> But not at new location <pre> { "$schema": "https://aka.ms/terminal-profiles-schema", "globals" : { "alwaysShowTabs" : true, <b>"defaultProfile":</b> "{0caa0dad-35be-5f56-a8ff-afceeeaa6101}", </pre> Greetings
claunia added the Resolution-Duplicate label 2026-01-31 01:07:16 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#7557