-
Notifications
You must be signed in to change notification settings - Fork 43.5k
Local terminal can't be opened: \bin\bash not found (though VS Code running on Windows) #148572
Copy link
Copy link
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugconfirmedIssue has been confirmed by VS Code Team memberIssue has been confirmed by VS Code Team memberinsiders-releasedPatch has been released in VS Code InsidersPatch has been released in VS Code InsidersremoteRemote system operations issuesRemote system operations issuesterminal-processProblems launching processes, managing ptys, exiting, process leaks, etc.Problems launching processes, managing ptys, exiting, process leaks, etc.verifiedVerification succeededVerification succeeded
Milestone
Description
Activity
Metadata
Metadata
Assignees
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugconfirmedIssue has been confirmed by VS Code Team memberIssue has been confirmed by VS Code Team memberinsiders-releasedPatch has been released in VS Code InsidersPatch has been released in VS Code InsidersremoteRemote system operations issuesRemote system operations issuesterminal-processProblems launching processes, managing ptys, exiting, process leaks, etc.Problems launching processes, managing ptys, exiting, process leaks, etc.verifiedVerification succeededVerification succeeded
The terminal process failed to launch: Path to shell executable "\bin\bash" does not exist.Steps to Reproduce:
> Terminal: Create New Integrated Terminal (Local)Does this issue occur when you try this locally?: N/A
Does this issue occur when you try this locally and all extensions are disabled?: Yes
Seems like microsoft/vscode-remote-release#730 is broken.
I checked with
@modified terminalif there are any changes. Only inside the container the following settings are set:terminal.integrated.profiles.linuxandterminal.integrated.defaultProfile.linux.Shouldn't it run cmd or powershell locally?