Skip to content
This repository was archived by the owner on Aug 19, 2025. It is now read-only.
This repository was archived by the owner on Aug 19, 2025. It is now read-only.

msys2(fish): split terminal failed to launch #3

@ahaoboy

Description

@ahaoboy
  • Add settings.json
  • Open the terminal panel and click split
split.terminal.failed.to.launch.mp4
The terminal process failed to launch: Starting directory (cwd) "/c/Users/Admin" does not exist.
{
  "editor.fontFamily": "'FiraCode Nerd Font Mono', 'Cascadia Mono', Consolas, 'Courier New','IBM VGA'",
  "terminal.integrated.fontFamily": "'FiraCode Nerd Font Mono', 'Cascadia Mono', Consolas, 'Courier New','PxPlus IBM VGA 9x16'",
  "terminal.integrated.profiles.windows": {
    "pwsh": {
      "source": "PowerShell",
      "icon": "terminal-powershell"
    },
    "fish": {
      "overrideName": true,
      "path": "C:/msys64/msys2_shell.cmd",
      "args": [
        "-defterm",
        "-here",
        "-no-start",
        "-mingw64",
        "-use-full-path",
        "-shell",
        "fish"
      ]
    }
  },
  "terminal.integrated.defaultProfile.windows": "fish"
}

it may be a problem with fish4.0. nushell and bash do not have this problem, and fish 3.7 does not have this problem either.

https://packages.msys2.org/packages/fish?variant=x86_64

microsoft/vscode#257263

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions