Azure Config is automatically restored, but other defaults (and more important configs) are not #6498

Open
opened 2026-01-31 00:40:24 +00:00 by claunia · 0 comments
Owner

Originally created by @Merith-TK on GitHub (Feb 18, 2020).

Environment

Windows build number: `Microsoft Windows [Version 10.0.19559.1000]`
Windows Terminal version (if applicable): `0.9.433.0`

Steps to reproduce

Delete Azure config

{
    "$schema": "https://aka.ms/terminal-profiles-schema",
    "defaultProfile": "{1777cdf0-b2c4-5a63-a204-eb60f349ea7c}",
    "profiles":
    [
        {
            "guid": "{1777cdf0-b2c4-5a63-a204-eb60f349ea7c}",
            "hidden": false,
            "name": "Alpine",
            "source": "Windows.Terminal.Wsl",
			"startingDirectory" : "//wsl$/Alpine/home/merith/",
			"fontSize":10
        }
    ],
    "schemes": [],
    "keybindings": []
}

Expected behavior

Config to be gone permanently and my config to stay unchanged.

Actual behavior

Azure Config is automatically restored, but others and more important configs such as powershell and cmd.exe are not restored in this manor.

{
    "$schema": "https://aka.ms/terminal-profiles-schema",
    "defaultProfile": "{1777cdf0-b2c4-5a63-a204-eb60f349ea7c}",
    "profiles":
    [
        {
            "guid": "{1777cdf0-b2c4-5a63-a204-eb60f349ea7c}",
            "hidden": false,
            "name": "Alpine",
            "source": "Windows.Terminal.Wsl",
			"startingDirectory" : "//wsl$/Alpine/home/merith/",
			"fontSize":10
        },
	{
            "guid": "{b453ae62-4e3d-5e58-b989-0a998ec441b8}",
            "hidden": true,
            "name": "Azure Cloud Shell",
            "source": "Windows.Terminal.Azure"
        }
    ],
    "schemes": [],
    "keybindings": []
}

Screencapture of this in action

Originally created by @Merith-TK on GitHub (Feb 18, 2020). # Environment ```none Windows build number: `Microsoft Windows [Version 10.0.19559.1000]` Windows Terminal version (if applicable): `0.9.433.0` ``` # Steps to reproduce Delete Azure config ```json { "$schema": "https://aka.ms/terminal-profiles-schema", "defaultProfile": "{1777cdf0-b2c4-5a63-a204-eb60f349ea7c}", "profiles": [ { "guid": "{1777cdf0-b2c4-5a63-a204-eb60f349ea7c}", "hidden": false, "name": "Alpine", "source": "Windows.Terminal.Wsl", "startingDirectory" : "//wsl$/Alpine/home/merith/", "fontSize":10 } ], "schemes": [], "keybindings": [] } ``` # Expected behavior Config to be gone permanently and my config to stay unchanged. # Actual behavior Azure Config is automatically restored, but others and more important configs such as `powershell` and `cmd.exe` are not restored in this manor. ```json { "$schema": "https://aka.ms/terminal-profiles-schema", "defaultProfile": "{1777cdf0-b2c4-5a63-a204-eb60f349ea7c}", "profiles": [ { "guid": "{1777cdf0-b2c4-5a63-a204-eb60f349ea7c}", "hidden": false, "name": "Alpine", "source": "Windows.Terminal.Wsl", "startingDirectory" : "//wsl$/Alpine/home/merith/", "fontSize":10 }, { "guid": "{b453ae62-4e3d-5e58-b989-0a998ec441b8}", "hidden": true, "name": "Azure Cloud Shell", "source": "Windows.Terminal.Azure" } ], "schemes": [], "keybindings": [] } ``` ![Screencapture of this in action](https://user-images.githubusercontent.com/10422110/74694026-3772a200-51a3-11ea-801e-060b88fb33ae.gif)
claunia added the Resolution-DuplicateProduct-Terminal labels 2026-01-31 00:40:24 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#6498