Cannot create a second WSL profile #4600

Open
opened 2026-01-30 23:51:38 +00:00 by claunia · 0 comments
Owner

Originally created by @pottereric on GitHub (Oct 23, 2019).

I've added several profiles for various work scenarios. As long as I'm using cmd as the command line it works fine. But if I try to add a second profile using the WSL tools, it won't show up in the new terminal dropdown list.

I want to have 2 WSL profiles, one with the normal font for my standard work and one with a larger font for presentations. I copied the default profile, changed the GUID and the font size.

    {
      "guid": "{2c4de342-38b7-51cf-b940-2309a097f518}",
      "hidden": false,
      "name": "Ubuntu",
      "source": "Windows.Terminal.Wsl", 
      "fontSize": 12
    },
     {
      "guid": "{e6dd8b9a-fbeb-430c-a3cb-3b95ed4cc707}",
      "hidden": false,
      "name": "UbuntuBig",
      "source": "Windows.Terminal.Wsl", 
      "fontSize": 24
    },

With this saved in my profiles.json, the "Ubuntu" option shows up in the dropdown list, but not "UbuntuBig".

Am I misunderstanding how the profile layer works? Is there something different I need to do in order to have a 2nd profile based on a dynamic profile? Is there some other way to create a profile that uses WSL?

Originally created by @pottereric on GitHub (Oct 23, 2019). I've added several profiles for various work scenarios. As long as I'm using cmd as the command line it works fine. But if I try to add a second profile using the WSL tools, it won't show up in the new terminal dropdown list. I want to have 2 WSL profiles, one with the normal font for my standard work and one with a larger font for presentations. I copied the default profile, changed the GUID and the font size. ``` { "guid": "{2c4de342-38b7-51cf-b940-2309a097f518}", "hidden": false, "name": "Ubuntu", "source": "Windows.Terminal.Wsl", "fontSize": 12 }, { "guid": "{e6dd8b9a-fbeb-430c-a3cb-3b95ed4cc707}", "hidden": false, "name": "UbuntuBig", "source": "Windows.Terminal.Wsl", "fontSize": 24 }, ``` With this saved in my profiles.json, the "Ubuntu" option shows up in the dropdown list, but not "UbuntuBig". Am I misunderstanding how the profile layer works? Is there something different I need to do in order to have a 2nd profile based on a dynamic profile? Is there some other way to create a profile that uses WSL?
claunia added the Resolution-By-DesignNeeds-Tag-Fix labels 2026-01-30 23:51:38 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#4600