Windows Terminal as external fails to open wsl terminal as default #19169

Closed
opened 2026-01-31 06:35:42 +00:00 by claunia · 26 comments
Owner

Originally created by @zadjii-msft on GitHub (Jan 3, 2023).

Originally filed at https://github.com/microsoft/vscode/issues/159430

Type: Bug

Does this issue occur when all extensions are disabled?: Yes

  • VS Code Version: 1.70.2
  • OS Version: Windows 11

Steps to Reproduce:

  1. Install windows terminal extension
  2. Install Windows Terminal app.
  3. Set in your settings.json:
    "terminal.explorerKind": "external",
    "terminal.external.windowsExec": "wt"
  1. Configure in Windows Terminal to open default terminal "Ubuntu" (WSL).
  2. Go to VS Code and press Ctrl+Shift+C to open external terminal. Output:
    image

What I would expect to happen is to open like this, in the current ${workspaceDirectory}: image

Extension version: 0.7.0 VS Code version: Code 1.70.2 (e4503b3, 2022-08-16T05:35:13.448Z) OS version: Windows_NT x64 10.0.22000 Modes: Remote OS version: Linux x64 5.10.102.1-microsoft-standard-WSL2

System Info
A/B Experiments

Originally created by @zadjii-msft on GitHub (Jan 3, 2023). Originally filed at https://github.com/microsoft/vscode/issues/159430 > Type: Bug > > Does this issue occur when all extensions are disabled?: Yes > > * VS Code Version: 1.70.2 > * OS Version: Windows 11 > > Steps to Reproduce: > > 1. Install windows terminal extension > 2. Install Windows Terminal app. > 3. Set in your settings.json: > > ``` > "terminal.explorerKind": "external", > "terminal.external.windowsExec": "wt" > ``` > > 4. Configure in Windows Terminal to open default terminal "Ubuntu" (WSL). > 5. Go to VS Code and press `Ctrl+Shift+C` to open external terminal. Output: > ![image](https://user-images.githubusercontent.com/4467191/186530031-c31c6e74-18e8-4fb8-8036-5344308c819d.png) > > What I would expect to happen is to open like this, in the current ${workspaceDirectory}: ![image](https://user-images.githubusercontent.com/4467191/186531234-cd654392-264d-4341-9c6a-331c3655af13.png) > > Extension version: 0.7.0 VS Code version: Code 1.70.2 ([e4503b3](https://github.com/microsoft/vscode/commit/e4503b30fc78200f846c62cf8091b76ff5547662), 2022-08-16T05:35:13.448Z) OS version: Windows_NT x64 10.0.22000 Modes: Remote OS version: Linux x64 5.10.102.1-microsoft-standard-WSL2 > > System Info > A/B Experiments
Author
Owner

@zadjii-msft commented on GitHub (Jan 6, 2023):

INTERESTING. I can't repro this on my desktop, only on my laptop. I bet this is a WSL bug. That sounds familiar...

@zadjii-msft commented on GitHub (Jan 6, 2023): INTERESTING. I can't repro this on my desktop, only on my laptop. I bet this is a WSL bug. That sounds familiar...
Author
Owner

@zadjii-msft commented on GitHub (Jan 6, 2023):

See also #11994, which was dealing with this many moons ago.

@zadjii-msft commented on GitHub (Jan 6, 2023): See also #11994, which was dealing with this many moons ago.
Author
Owner

@zadjii-msft commented on GitHub (Jan 6, 2023):

Wait HOLD UP, that's cause this machine apparently doesn't have any WSLs installed anymore. I must've forgot to reinstall after resetting this machine. Well no duh I'm getting that error. Now, question is, why is OP (from the vscode thread)?

@zadjii-msft commented on GitHub (Jan 6, 2023): Wait HOLD UP, that's cause this machine apparently _doesn't have any WSLs installed anymore_. I must've forgot to reinstall after resetting this machine. Well no duh I'm getting that error. Now, question is, why is OP (from the vscode thread)?
Author
Owner

@zadjii-msft commented on GitHub (Jan 6, 2023):

My main guess: This is the Canonical distro bug (#12961), or some variation on it. @umagon can you share your settings.json/? If the profile's commandline isn't set to wsl.exe -d <distro>, then we acn't mangle the path appropriately.

If it's not that - well, the settings will probably be useful for reproing.

@zadjii-msft commented on GitHub (Jan 6, 2023): My main guess: This is the Canonical distro bug (#12961), or some variation on it. @umagon can you share your `settings.json`/? If the profile's `commandline` isn't set to `wsl.exe -d <distro>`, then we acn't mangle the path appropriately. If it's not that - well, the settings will probably be useful for reproing.
Author
Owner

@ghost commented on GitHub (Jan 11, 2023):

This issue has been automatically marked as stale because it has been marked as requiring author feedback but has not had any activity for 4 days. It will be closed if no further activity occurs within 3 days of this comment.

@ghost commented on GitHub (Jan 11, 2023): This issue has been automatically marked as stale because it has been marked as requiring author feedback but has not had any activity for **4 days**. It will be closed if no further activity occurs **within 3 days of this comment**.
Author
Owner

@umagon commented on GitHub (Feb 19, 2023):

My main guess: This is the Canonical distro bug (#12961), or some variation on it. @umagon can you share your settings.json/? If the profile's commandline isn't set to wsl.exe -d <distro>, then we acn't mangle the path appropriately.

If it's not that - well, the settings will probably be useful for reproing.

Sorry for being late. This is my settings.json

{
    "files.exclude": {
        "**/.git": true,
        "**/.DS_Store": true,
        "**/*.meta": true,
        "**/*.*.meta": true,
        "**/*.unity": true,
        "**/*.unityproj": true,
        "**/*.mat": true,
        "**/*.fbx": true,
        "**/*.FBX": true,
        "**/*.tga": true,
        "**/*.cubemap": true,
        "**/**.prefab": true,
        "**/Library": true,
        "**/ProjectSettings": true,
        "**/Temp": true,
        "**/*.sh": true,
    },
    "workbench.iconTheme": "vscode-icons",
    "vsicons.dontShowNewVersionMessage": true,
    "git.enableSmartCommit": true,
    "editor.smoothScrolling": true,
    "window.titleBarStyle": "custom",
    "git.confirmSync": false,
    "git.autofetch": true,
    "editor.renderWhitespace": "all",
    "sync.gist": "3f9247deaa70d7dde4b79ee2190e4698",
    "explorer.confirmDragAndDrop": false,
    "editor.tabSize": 2,
    "sync.autoUpload": false,
    "typescript.updateImportsOnFileMove.enabled": "always",
    "javascript.updateImportsOnFileMove.enabled": "always",
    "debug.javascript.usePreview": true,
    "git.rebaseWhenSync": true,
    "jupyter.askForKernelRestart": false,
    "gitlens.views.commits.files.layout": "list",
    "workbench.editorAssociations": {
        "*.ipynb": "jupyter-notebook"
    },
    "terminal.integrated.fontFamily": "Fira Code, monospace",
    "jupyter.enableScrollingForCellOutputs": false,
    "gitlens.gitCommands.skipConfirmations": [
        "fetch:command",
        "switch:command",
        "pull:command",
        "stash-push:command"
    ],
    "notebook.cellToolbarLocation": {
        "default": "right",
        "jupyter-notebook": "left"
    },
    "terminal.integrated.defaultProfile.windows": "Ubuntu (WSL)",
    "terminal.integrated.profiles.windows": {
        "PowerShell": {
            "source": "PowerShell",
            "icon": "terminal-powershell"
        },
        "Command Prompt": {
            "path": [
                "${env:windir}\\Sysnative\\cmd.exe",
                "${env:windir}\\System32\\cmd.exe"
            ],
            "args": [],
            "icon": "terminal-cmd"
        },
        "Git Bash": {
            "source": "Git Bash"
        },
        "Ubuntu (WSL)": {
            "path": "C:\\WINDOWS\\System32\\wsl.exe",
            "args": [
                "-d",
                "Ubuntu"
            ]
        }
    },
    "terminal.integrated.automationShell.windows": "C:\\Program Files\\Git\\bin\\bash.exe",
    "editor.minimap.enabled": false,
    "[typescript]": {
        "editor.defaultFormatter": "vscode.typescript-language-features"
    },
    "explorer.openEditors.visible": 20,
    "[typescriptreact]": {
        "editor.defaultFormatter": "vscode.typescript-language-features"
    },
    "[jsonc]": {
        "editor.defaultFormatter": "vscode.json-language-features"
    },
    "window.commandCenter": true,
    "terminal.integrated.shellIntegration.enabled": true,
    "git.mergeEditor": true,
    "terminal.integrated.inheritEnv": false,
    "terminal.explorerKind": "external",
    "terminal.external.windowsExec": "wt",
    "explorer.openEditors.minVisible": 10,
    "react-native-tools.showUserTips": false,
    "editor.accessibilitySupport": "off",
    "editor.fontLigatures": true,
    "editor.fontFamily": "Fira Code",
}
@umagon commented on GitHub (Feb 19, 2023): > My main guess: This is the Canonical distro bug (#12961), or some variation on it. @umagon can you share your `settings.json`/? If the profile's `commandline` isn't set to `wsl.exe -d <distro>`, then we acn't mangle the path appropriately. > > If it's not that - well, the settings will probably be useful for reproing. Sorry for being late. This is my `settings.json` ```JSON { "files.exclude": { "**/.git": true, "**/.DS_Store": true, "**/*.meta": true, "**/*.*.meta": true, "**/*.unity": true, "**/*.unityproj": true, "**/*.mat": true, "**/*.fbx": true, "**/*.FBX": true, "**/*.tga": true, "**/*.cubemap": true, "**/**.prefab": true, "**/Library": true, "**/ProjectSettings": true, "**/Temp": true, "**/*.sh": true, }, "workbench.iconTheme": "vscode-icons", "vsicons.dontShowNewVersionMessage": true, "git.enableSmartCommit": true, "editor.smoothScrolling": true, "window.titleBarStyle": "custom", "git.confirmSync": false, "git.autofetch": true, "editor.renderWhitespace": "all", "sync.gist": "3f9247deaa70d7dde4b79ee2190e4698", "explorer.confirmDragAndDrop": false, "editor.tabSize": 2, "sync.autoUpload": false, "typescript.updateImportsOnFileMove.enabled": "always", "javascript.updateImportsOnFileMove.enabled": "always", "debug.javascript.usePreview": true, "git.rebaseWhenSync": true, "jupyter.askForKernelRestart": false, "gitlens.views.commits.files.layout": "list", "workbench.editorAssociations": { "*.ipynb": "jupyter-notebook" }, "terminal.integrated.fontFamily": "Fira Code, monospace", "jupyter.enableScrollingForCellOutputs": false, "gitlens.gitCommands.skipConfirmations": [ "fetch:command", "switch:command", "pull:command", "stash-push:command" ], "notebook.cellToolbarLocation": { "default": "right", "jupyter-notebook": "left" }, "terminal.integrated.defaultProfile.windows": "Ubuntu (WSL)", "terminal.integrated.profiles.windows": { "PowerShell": { "source": "PowerShell", "icon": "terminal-powershell" }, "Command Prompt": { "path": [ "${env:windir}\\Sysnative\\cmd.exe", "${env:windir}\\System32\\cmd.exe" ], "args": [], "icon": "terminal-cmd" }, "Git Bash": { "source": "Git Bash" }, "Ubuntu (WSL)": { "path": "C:\\WINDOWS\\System32\\wsl.exe", "args": [ "-d", "Ubuntu" ] } }, "terminal.integrated.automationShell.windows": "C:\\Program Files\\Git\\bin\\bash.exe", "editor.minimap.enabled": false, "[typescript]": { "editor.defaultFormatter": "vscode.typescript-language-features" }, "explorer.openEditors.visible": 20, "[typescriptreact]": { "editor.defaultFormatter": "vscode.typescript-language-features" }, "[jsonc]": { "editor.defaultFormatter": "vscode.json-language-features" }, "window.commandCenter": true, "terminal.integrated.shellIntegration.enabled": true, "git.mergeEditor": true, "terminal.integrated.inheritEnv": false, "terminal.explorerKind": "external", "terminal.external.windowsExec": "wt", "explorer.openEditors.minVisible": 10, "react-native-tools.showUserTips": false, "editor.accessibilitySupport": "off", "editor.fontLigatures": true, "editor.fontFamily": "Fira Code", } ```
Author
Owner

@umagon commented on GitHub (Feb 22, 2023):

@zadjii-msft sorry, forgot to mention you, I don't know if you will notice if not.

@umagon commented on GitHub (Feb 22, 2023): @zadjii-msft sorry, forgot to mention you, I don't know if you will notice if not.
Author
Owner

@umagon commented on GitHub (Apr 11, 2023):

@zadjii-msft excuse me, could this issue be re-opened? I'm still having this problem.

@umagon commented on GitHub (Apr 11, 2023): @zadjii-msft excuse me, could this issue be re-opened? I'm still having this problem.
Author
Owner

@zadjii-msft commented on GitHub (Apr 25, 2023):

Hey sorry this got lost.
Could you share your Terminal settings.json file/? The VsCode one will surely also be helpful, but methinks I can ID this from the terminal settings file alone.

@zadjii-msft commented on GitHub (Apr 25, 2023): Hey sorry this got lost. Could you share your _Terminal_ [settings.json file](https://github.com/microsoft/terminal/wiki/Frequently-Asked-Questions-(FAQ)#where-can-i-find-the-settings-file)/? The VsCode one will surely also be helpful, but methinks I can ID this from the terminal settings file alone.
Author
Owner

@microsoft-github-policy-service[bot] commented on GitHub (Apr 29, 2023):

This issue has been automatically marked as stale because it has been marked as requiring author feedback but has not had any activity for 4 days. It will be closed if no further activity occurs within 3 days of this comment.

@microsoft-github-policy-service[bot] commented on GitHub (Apr 29, 2023): This issue has been automatically marked as stale because it has been marked as requiring author feedback but has not had any activity for **4 days**. It will be closed if no further activity occurs **within 3 days of this comment**.
Author
Owner

@microsoft-github-policy-service[bot] commented on GitHub (Apr 29, 2023):

This issue has been automatically marked as stale because it has been marked as requiring author feedback but has not had any activity for 4 days. It will be closed if no further activity occurs within 3 days of this comment.

@microsoft-github-policy-service[bot] commented on GitHub (Apr 29, 2023): This issue has been automatically marked as stale because it has been marked as requiring author feedback but has not had any activity for **4 days**. It will be closed if no further activity occurs **within 3 days of this comment**.
Author
Owner

@microsoft-github-policy-service[bot] commented on GitHub (Apr 29, 2023):

This issue has been automatically marked as stale because it has been marked as requiring author feedback but has not had any activity for 4 days. It will be closed if no further activity occurs within 3 days of this comment.

@microsoft-github-policy-service[bot] commented on GitHub (Apr 29, 2023): This issue has been automatically marked as stale because it has been marked as requiring author feedback but has not had any activity for **4 days**. It will be closed if no further activity occurs **within 3 days of this comment**.
Author
Owner

@microsoft-github-policy-service[bot] commented on GitHub (Apr 29, 2023):

This issue has been automatically marked as stale because it has been marked as requiring author feedback but has not had any activity for 4 days. It will be closed if no further activity occurs within 3 days of this comment.

@microsoft-github-policy-service[bot] commented on GitHub (Apr 29, 2023): This issue has been automatically marked as stale because it has been marked as requiring author feedback but has not had any activity for **4 days**. It will be closed if no further activity occurs **within 3 days of this comment**.
Author
Owner

@umagon commented on GitHub (Apr 30, 2023):

@zadjii-msft Ok, this is my terminal's settings.json

{
    "$help": "https://aka.ms/terminal-documentation",
    "$schema": "https://aka.ms/terminal-profiles-schema",
    "actions": 
    [
        {
            "command": 
            {
                "action": "copy",
                "singleLine": false
            },
            "keys": "ctrl+c"
        },
        {
            "command": "paste",
            "keys": "ctrl+v"
        },
        {
            "command": "find",
            "keys": "ctrl+shift+f"
        },
        {
            "command": 
            {
                "action": "splitPane",
                "split": "auto",
                "splitMode": "duplicate"
            },
            "keys": "alt+shift+d"
        }
    ],
    "copyFormatting": "none",
    "copyOnSelect": false,
    "defaultProfile": "{2c4de342-38b7-51cf-b940-2309a097f518}",
    "profiles": 
    {
        "defaults": {},
        "list": 
        [
            {
                "commandline": "%SystemRoot%\\System32\\WindowsPowerShell\\v1.0\\powershell.exe",
                "guid": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}",
                "hidden": false,
                "name": "Windows PowerShell"
            },
            {
                "commandline": "%SystemRoot%\\System32\\cmd.exe",
                "guid": "{0caa0dad-35be-5f56-a8ff-afceeeaa6101}",
                "hidden": false,
                "name": "Command Prompt"
            },
            {
                "elevate": false,
                "guid": "{2c4de342-38b7-51cf-b940-2309a097f518}",
                "hidden": false,
                "name": "Ubuntu",
                "source": "Windows.Terminal.Wsl",
                "startingDirectory": null
            },
            {
                "guid": "{b453ae62-4e3d-5e58-b989-0a998ec441b8}",
                "hidden": false,
                "name": "Azure Cloud Shell",
                "source": "Windows.Terminal.Azure"
            }
        ]
    },
    "schemes": 
    [
        {
            "background": "#0C0C0C",
            "black": "#0C0C0C",
            "blue": "#0037DA",
            "brightBlack": "#767676",
            "brightBlue": "#3B78FF",
            "brightCyan": "#61D6D6",
            "brightGreen": "#16C60C",
            "brightPurple": "#B4009E",
            "brightRed": "#E74856",
            "brightWhite": "#F2F2F2",
            "brightYellow": "#F9F1A5",
            "cursorColor": "#FFFFFF",
            "cyan": "#3A96DD",
            "foreground": "#CCCCCC",
            "green": "#13A10E",
            "name": "Campbell",
            "purple": "#881798",
            "red": "#C50F1F",
            "selectionBackground": "#FFFFFF",
            "white": "#CCCCCC",
            "yellow": "#C19C00"
        },
        {
            "background": "#012456",
            "black": "#0C0C0C",
            "blue": "#0037DA",
            "brightBlack": "#767676",
            "brightBlue": "#3B78FF",
            "brightCyan": "#61D6D6",
            "brightGreen": "#16C60C",
            "brightPurple": "#B4009E",
            "brightRed": "#E74856",
            "brightWhite": "#F2F2F2",
            "brightYellow": "#F9F1A5",
            "cursorColor": "#FFFFFF",
            "cyan": "#3A96DD",
            "foreground": "#CCCCCC",
            "green": "#13A10E",
            "name": "Campbell Powershell",
            "purple": "#881798",
            "red": "#C50F1F",
            "selectionBackground": "#FFFFFF",
            "white": "#CCCCCC",
            "yellow": "#C19C00"
        },
        {
            "background": "#282C34",
            "black": "#282C34",
            "blue": "#61AFEF",
            "brightBlack": "#5A6374",
            "brightBlue": "#61AFEF",
            "brightCyan": "#56B6C2",
            "brightGreen": "#98C379",
            "brightPurple": "#C678DD",
            "brightRed": "#E06C75",
            "brightWhite": "#DCDFE4",
            "brightYellow": "#E5C07B",
            "cursorColor": "#FFFFFF",
            "cyan": "#56B6C2",
            "foreground": "#DCDFE4",
            "green": "#98C379",
            "name": "One Half Dark",
            "purple": "#C678DD",
            "red": "#E06C75",
            "selectionBackground": "#FFFFFF",
            "white": "#DCDFE4",
            "yellow": "#E5C07B"
        },
        {
            "background": "#FAFAFA",
            "black": "#383A42",
            "blue": "#0184BC",
            "brightBlack": "#4F525D",
            "brightBlue": "#61AFEF",
            "brightCyan": "#56B5C1",
            "brightGreen": "#98C379",
            "brightPurple": "#C577DD",
            "brightRed": "#DF6C75",
            "brightWhite": "#FFFFFF",
            "brightYellow": "#E4C07A",
            "cursorColor": "#4F525D",
            "cyan": "#0997B3",
            "foreground": "#383A42",
            "green": "#50A14F",
            "name": "One Half Light",
            "purple": "#A626A4",
            "red": "#E45649",
            "selectionBackground": "#FFFFFF",
            "white": "#FAFAFA",
            "yellow": "#C18301"
        },
        {
            "background": "#002B36",
            "black": "#002B36",
            "blue": "#268BD2",
            "brightBlack": "#073642",
            "brightBlue": "#839496",
            "brightCyan": "#93A1A1",
            "brightGreen": "#586E75",
            "brightPurple": "#6C71C4",
            "brightRed": "#CB4B16",
            "brightWhite": "#FDF6E3",
            "brightYellow": "#657B83",
            "cursorColor": "#FFFFFF",
            "cyan": "#2AA198",
            "foreground": "#839496",
            "green": "#859900",
            "name": "Solarized Dark",
            "purple": "#D33682",
            "red": "#DC322F",
            "selectionBackground": "#FFFFFF",
            "white": "#EEE8D5",
            "yellow": "#B58900"
        },
        {
            "background": "#FDF6E3",
            "black": "#002B36",
            "blue": "#268BD2",
            "brightBlack": "#073642",
            "brightBlue": "#839496",
            "brightCyan": "#93A1A1",
            "brightGreen": "#586E75",
            "brightPurple": "#6C71C4",
            "brightRed": "#CB4B16",
            "brightWhite": "#FDF6E3",
            "brightYellow": "#657B83",
            "cursorColor": "#002B36",
            "cyan": "#2AA198",
            "foreground": "#657B83",
            "green": "#859900",
            "name": "Solarized Light",
            "purple": "#D33682",
            "red": "#DC322F",
            "selectionBackground": "#FFFFFF",
            "white": "#EEE8D5",
            "yellow": "#B58900"
        },
        {
            "background": "#000000",
            "black": "#000000",
            "blue": "#3465A4",
            "brightBlack": "#555753",
            "brightBlue": "#729FCF",
            "brightCyan": "#34E2E2",
            "brightGreen": "#8AE234",
            "brightPurple": "#AD7FA8",
            "brightRed": "#EF2929",
            "brightWhite": "#EEEEEC",
            "brightYellow": "#FCE94F",
            "cursorColor": "#FFFFFF",
            "cyan": "#06989A",
            "foreground": "#D3D7CF",
            "green": "#4E9A06",
            "name": "Tango Dark",
            "purple": "#75507B",
            "red": "#CC0000",
            "selectionBackground": "#FFFFFF",
            "white": "#D3D7CF",
            "yellow": "#C4A000"
        },
        {
            "background": "#FFFFFF",
            "black": "#000000",
            "blue": "#3465A4",
            "brightBlack": "#555753",
            "brightBlue": "#729FCF",
            "brightCyan": "#34E2E2",
            "brightGreen": "#8AE234",
            "brightPurple": "#AD7FA8",
            "brightRed": "#EF2929",
            "brightWhite": "#EEEEEC",
            "brightYellow": "#FCE94F",
            "cursorColor": "#000000",
            "cyan": "#06989A",
            "foreground": "#555753",
            "green": "#4E9A06",
            "name": "Tango Light",
            "purple": "#75507B",
            "red": "#CC0000",
            "selectionBackground": "#FFFFFF",
            "white": "#D3D7CF",
            "yellow": "#C4A000"
        },
        {
            "background": "#000000",
            "black": "#000000",
            "blue": "#000080",
            "brightBlack": "#808080",
            "brightBlue": "#0000FF",
            "brightCyan": "#00FFFF",
            "brightGreen": "#00FF00",
            "brightPurple": "#FF00FF",
            "brightRed": "#FF0000",
            "brightWhite": "#FFFFFF",
            "brightYellow": "#FFFF00",
            "cursorColor": "#FFFFFF",
            "cyan": "#008080",
            "foreground": "#C0C0C0",
            "green": "#008000",
            "name": "Vintage",
            "purple": "#800080",
            "red": "#800000",
            "selectionBackground": "#FFFFFF",
            "white": "#C0C0C0",
            "yellow": "#808000"
        }
    ]
}
@umagon commented on GitHub (Apr 30, 2023): @zadjii-msft Ok, this is my terminal's `settings.json` ```json { "$help": "https://aka.ms/terminal-documentation", "$schema": "https://aka.ms/terminal-profiles-schema", "actions": [ { "command": { "action": "copy", "singleLine": false }, "keys": "ctrl+c" }, { "command": "paste", "keys": "ctrl+v" }, { "command": "find", "keys": "ctrl+shift+f" }, { "command": { "action": "splitPane", "split": "auto", "splitMode": "duplicate" }, "keys": "alt+shift+d" } ], "copyFormatting": "none", "copyOnSelect": false, "defaultProfile": "{2c4de342-38b7-51cf-b940-2309a097f518}", "profiles": { "defaults": {}, "list": [ { "commandline": "%SystemRoot%\\System32\\WindowsPowerShell\\v1.0\\powershell.exe", "guid": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}", "hidden": false, "name": "Windows PowerShell" }, { "commandline": "%SystemRoot%\\System32\\cmd.exe", "guid": "{0caa0dad-35be-5f56-a8ff-afceeeaa6101}", "hidden": false, "name": "Command Prompt" }, { "elevate": false, "guid": "{2c4de342-38b7-51cf-b940-2309a097f518}", "hidden": false, "name": "Ubuntu", "source": "Windows.Terminal.Wsl", "startingDirectory": null }, { "guid": "{b453ae62-4e3d-5e58-b989-0a998ec441b8}", "hidden": false, "name": "Azure Cloud Shell", "source": "Windows.Terminal.Azure" } ] }, "schemes": [ { "background": "#0C0C0C", "black": "#0C0C0C", "blue": "#0037DA", "brightBlack": "#767676", "brightBlue": "#3B78FF", "brightCyan": "#61D6D6", "brightGreen": "#16C60C", "brightPurple": "#B4009E", "brightRed": "#E74856", "brightWhite": "#F2F2F2", "brightYellow": "#F9F1A5", "cursorColor": "#FFFFFF", "cyan": "#3A96DD", "foreground": "#CCCCCC", "green": "#13A10E", "name": "Campbell", "purple": "#881798", "red": "#C50F1F", "selectionBackground": "#FFFFFF", "white": "#CCCCCC", "yellow": "#C19C00" }, { "background": "#012456", "black": "#0C0C0C", "blue": "#0037DA", "brightBlack": "#767676", "brightBlue": "#3B78FF", "brightCyan": "#61D6D6", "brightGreen": "#16C60C", "brightPurple": "#B4009E", "brightRed": "#E74856", "brightWhite": "#F2F2F2", "brightYellow": "#F9F1A5", "cursorColor": "#FFFFFF", "cyan": "#3A96DD", "foreground": "#CCCCCC", "green": "#13A10E", "name": "Campbell Powershell", "purple": "#881798", "red": "#C50F1F", "selectionBackground": "#FFFFFF", "white": "#CCCCCC", "yellow": "#C19C00" }, { "background": "#282C34", "black": "#282C34", "blue": "#61AFEF", "brightBlack": "#5A6374", "brightBlue": "#61AFEF", "brightCyan": "#56B6C2", "brightGreen": "#98C379", "brightPurple": "#C678DD", "brightRed": "#E06C75", "brightWhite": "#DCDFE4", "brightYellow": "#E5C07B", "cursorColor": "#FFFFFF", "cyan": "#56B6C2", "foreground": "#DCDFE4", "green": "#98C379", "name": "One Half Dark", "purple": "#C678DD", "red": "#E06C75", "selectionBackground": "#FFFFFF", "white": "#DCDFE4", "yellow": "#E5C07B" }, { "background": "#FAFAFA", "black": "#383A42", "blue": "#0184BC", "brightBlack": "#4F525D", "brightBlue": "#61AFEF", "brightCyan": "#56B5C1", "brightGreen": "#98C379", "brightPurple": "#C577DD", "brightRed": "#DF6C75", "brightWhite": "#FFFFFF", "brightYellow": "#E4C07A", "cursorColor": "#4F525D", "cyan": "#0997B3", "foreground": "#383A42", "green": "#50A14F", "name": "One Half Light", "purple": "#A626A4", "red": "#E45649", "selectionBackground": "#FFFFFF", "white": "#FAFAFA", "yellow": "#C18301" }, { "background": "#002B36", "black": "#002B36", "blue": "#268BD2", "brightBlack": "#073642", "brightBlue": "#839496", "brightCyan": "#93A1A1", "brightGreen": "#586E75", "brightPurple": "#6C71C4", "brightRed": "#CB4B16", "brightWhite": "#FDF6E3", "brightYellow": "#657B83", "cursorColor": "#FFFFFF", "cyan": "#2AA198", "foreground": "#839496", "green": "#859900", "name": "Solarized Dark", "purple": "#D33682", "red": "#DC322F", "selectionBackground": "#FFFFFF", "white": "#EEE8D5", "yellow": "#B58900" }, { "background": "#FDF6E3", "black": "#002B36", "blue": "#268BD2", "brightBlack": "#073642", "brightBlue": "#839496", "brightCyan": "#93A1A1", "brightGreen": "#586E75", "brightPurple": "#6C71C4", "brightRed": "#CB4B16", "brightWhite": "#FDF6E3", "brightYellow": "#657B83", "cursorColor": "#002B36", "cyan": "#2AA198", "foreground": "#657B83", "green": "#859900", "name": "Solarized Light", "purple": "#D33682", "red": "#DC322F", "selectionBackground": "#FFFFFF", "white": "#EEE8D5", "yellow": "#B58900" }, { "background": "#000000", "black": "#000000", "blue": "#3465A4", "brightBlack": "#555753", "brightBlue": "#729FCF", "brightCyan": "#34E2E2", "brightGreen": "#8AE234", "brightPurple": "#AD7FA8", "brightRed": "#EF2929", "brightWhite": "#EEEEEC", "brightYellow": "#FCE94F", "cursorColor": "#FFFFFF", "cyan": "#06989A", "foreground": "#D3D7CF", "green": "#4E9A06", "name": "Tango Dark", "purple": "#75507B", "red": "#CC0000", "selectionBackground": "#FFFFFF", "white": "#D3D7CF", "yellow": "#C4A000" }, { "background": "#FFFFFF", "black": "#000000", "blue": "#3465A4", "brightBlack": "#555753", "brightBlue": "#729FCF", "brightCyan": "#34E2E2", "brightGreen": "#8AE234", "brightPurple": "#AD7FA8", "brightRed": "#EF2929", "brightWhite": "#EEEEEC", "brightYellow": "#FCE94F", "cursorColor": "#000000", "cyan": "#06989A", "foreground": "#555753", "green": "#4E9A06", "name": "Tango Light", "purple": "#75507B", "red": "#CC0000", "selectionBackground": "#FFFFFF", "white": "#D3D7CF", "yellow": "#C4A000" }, { "background": "#000000", "black": "#000000", "blue": "#000080", "brightBlack": "#808080", "brightBlue": "#0000FF", "brightCyan": "#00FFFF", "brightGreen": "#00FF00", "brightPurple": "#FF00FF", "brightRed": "#FF0000", "brightWhite": "#FFFFFF", "brightYellow": "#FFFF00", "cursorColor": "#FFFFFF", "cyan": "#008080", "foreground": "#C0C0C0", "green": "#008000", "name": "Vintage", "purple": "#800080", "red": "#800000", "selectionBackground": "#FFFFFF", "white": "#C0C0C0", "yellow": "#808000" } ] } ```
Author
Owner

@microsoft-github-policy-service[bot] commented on GitHub (May 4, 2023):

This issue has been automatically marked as stale because it has been marked as requiring author feedback but has not had any activity for 4 days. It will be closed if no further activity occurs within 3 days of this comment.

@microsoft-github-policy-service[bot] commented on GitHub (May 4, 2023): This issue has been automatically marked as stale because it has been marked as requiring author feedback but has not had any activity for **4 days**. It will be closed if no further activity occurs **within 3 days of this comment**.
Author
Owner

@microsoft-github-policy-service[bot] commented on GitHub (May 4, 2023):

This issue has been automatically marked as stale because it has been marked as requiring author feedback but has not had any activity for 4 days. It will be closed if no further activity occurs within 3 days of this comment.

@microsoft-github-policy-service[bot] commented on GitHub (May 4, 2023): This issue has been automatically marked as stale because it has been marked as requiring author feedback but has not had any activity for **4 days**. It will be closed if no further activity occurs **within 3 days of this comment**.
Author
Owner

@microsoft-github-policy-service[bot] commented on GitHub (May 4, 2023):

This issue has been automatically marked as stale because it has been marked as requiring author feedback but has not had any activity for 4 days. It will be closed if no further activity occurs within 3 days of this comment.

@microsoft-github-policy-service[bot] commented on GitHub (May 4, 2023): This issue has been automatically marked as stale because it has been marked as requiring author feedback but has not had any activity for **4 days**. It will be closed if no further activity occurs **within 3 days of this comment**.
Author
Owner

@zadjii-msft commented on GitHub (May 5, 2023):

Huh. Okay, no canonical profile there. And the icon is the Tux that we use, so that should have given it away.

And I can't even repro this anymore. Maybe it only repros on a cold launch of WSL? But I'm not seeing this on the 1.18 builds of the Terminal I have... hmmmmmm

@zadjii-msft commented on GitHub (May 5, 2023): Huh. Okay, no canonical profile there. And the icon is the Tux that we use, so that should have given it away. And I can't even repro this anymore. Maybe it only repros on a cold launch of WSL? But I'm not seeing this on the 1.18 builds of the Terminal I have... hmmmmmm
Author
Owner

@zadjii-msft commented on GitHub (May 5, 2023):

Okay yea, a wsl --shutdown, and trying to repro this on 1.16 still didn't repro for me. Yikes. I dunno what to look at next. Maybe something in WSL? @benhillis any ideas?

@zadjii-msft commented on GitHub (May 5, 2023): Okay yea, a `wsl --shutdown`, and trying to repro this on 1.16 still didn't repro for me. Yikes. I dunno what to look at next. Maybe something in WSL? @benhillis any ideas?
Author
Owner

@umagon commented on GitHub (May 30, 2023):

@zadjii-msft you were able to repro this before? I am still getting this as of today.

@umagon commented on GitHub (May 30, 2023): @zadjii-msft you were able to repro this before? I am still getting this as of today.
Author
Owner

@zadjii-msft commented on GitHub (May 30, 2023):

Yea, once before, when I first ported this over to the Terminal repo, but not since. Maybe it was fixed by 1.18, which is why I'm not seeing it anymore? Which version are you on now?

@zadjii-msft commented on GitHub (May 30, 2023): Yea, once before, when I first ported this over to the Terminal repo, but not since. Maybe it was fixed by 1.18, which is why I'm not seeing it anymore? Which version are you on now?
Author
Owner

@umagon commented on GitHub (May 31, 2023):

@zadjii-msft Seems like Windows Store is not updating this one for me. I have 1.16. I already tried updating through a command too, to no avail:
winget upgrade -h --id Microsoft.WindowsTerminal
Dunno how to get this to work, but it may be it.

@umagon commented on GitHub (May 31, 2023): @zadjii-msft Seems like Windows Store is not updating this one for me. I have 1.16. I already tried updating through a command too, to no avail: `winget upgrade -h --id Microsoft.WindowsTerminal` Dunno how to get this to work, but it may be it.
Author
Owner

@carlos-zamora commented on GitHub (Jun 7, 2023):

@umagon you can download 1.18 here: https://github.com/microsoft/terminal/releases/tag/v1.18.1462.0

Can you try installing it and let us know if that fixed it?

@carlos-zamora commented on GitHub (Jun 7, 2023): @umagon you can download 1.18 here: https://github.com/microsoft/terminal/releases/tag/v1.18.1462.0 Can you try installing it and let us know if that fixed it?
Author
Owner

@microsoft-github-policy-service[bot] commented on GitHub (Aug 7, 2023):

This issue has been automatically marked as stale because it has been marked as requiring author feedback but has not had any activity for 4 days. It will be closed if no further activity occurs within 3 days of this comment.

@microsoft-github-policy-service[bot] commented on GitHub (Aug 7, 2023): This issue has been automatically marked as stale because it has been marked as requiring author feedback but has not had any activity for **4 days**. It will be closed if no further activity occurs **within 3 days of this comment**.
Author
Owner

@microsoft-github-policy-service[bot] commented on GitHub (Aug 7, 2023):

This issue has been automatically marked as stale because it has been marked as requiring author feedback but has not had any activity for 4 days. It will be closed if no further activity occurs within 3 days of this comment.

@microsoft-github-policy-service[bot] commented on GitHub (Aug 7, 2023): This issue has been automatically marked as stale because it has been marked as requiring author feedback but has not had any activity for **4 days**. It will be closed if no further activity occurs **within 3 days of this comment**.
Author
Owner

@microsoft-github-policy-service[bot] commented on GitHub (Aug 7, 2023):

This issue has been automatically marked as stale because it has been marked as requiring author feedback but has not had any activity for 4 days. It will be closed if no further activity occurs within 3 days of this comment.

@microsoft-github-policy-service[bot] commented on GitHub (Aug 7, 2023): This issue has been automatically marked as stale because it has been marked as requiring author feedback but has not had any activity for **4 days**. It will be closed if no further activity occurs **within 3 days of this comment**.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#19169