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

Closed
opened 2026-01-31 00:40:31 +00:00 by claunia · 3 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:31 +00:00
Author
Owner

@DHowett-MSFT commented on GitHub (Feb 18, 2020):

More information over in https://github.com/microsoft/terminal/issues/3231#issuecomment-542966078
/dup #3231

@DHowett-MSFT commented on GitHub (Feb 18, 2020): More information over in https://github.com/microsoft/terminal/issues/3231#issuecomment-542966078 /dup #3231
Author
Owner

@ghost commented on GitHub (Feb 18, 2020):

Hi! We've identified this issue as a duplicate of another one that already exists on this Issue Tracker. This specific instance is being closed in favor of tracking the concern over on the referenced thread. Thanks for your report!

@ghost commented on GitHub (Feb 18, 2020): Hi! We've identified this issue as a duplicate of another one that already exists on this Issue Tracker. This specific instance is being closed in favor of tracking the concern over on the referenced thread. Thanks for your report!
Author
Owner

@Merith-TK commented on GitHub (Feb 18, 2020):

alright, will take a look at that

@Merith-TK commented on GitHub (Feb 18, 2020): alright, will take a look at that
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#6503