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.
split.terminal.failed.to.launch.mp4
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