Start REPL: The terminal process failed to launch: Path to shell executable "\bin\sh" does not exist

I have figured out the problem. There was a setting about persistent settings which I had overlooked. Looks like vscode synced my setting from another computer and tried to find the shell in /bin/sh.
Disabling persistent sessions or selecting a different shell seems to solve the problem

2 Likes