We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error: The terminal process command /bin/false -l failed to launch (exit code: 1)
/bin/false -l
Steps to Reproduce:
Workaround: Seems that /bin/false wasn't a file on my computer. There was /usr/bin/false, but using that path in settings still gave the same error.
In the end I overwrote the default settings for the integrated terminal to be "terminal.integrated.shell.osx": "bash" and then it launched as normal.
Reproduces without extensions: Yes
Related Issues?: #14528 #14768
The text was updated successfully, but these errors were encountered:
This happens in some enterprise environments when they change $SHELL to /bin/false to try to prevent usage. You can try adding this to your settings:
$SHELL
/bin/false
"terminal.integrated.shell.osx": "/bin/bash"
If that doesn't work I suggest contacting your sysadmin.
Sorry, something went wrong.
Tyriar
No branches or pull requests
Error: The terminal process command
/bin/false -l
failed to launch (exit code: 1)Steps to Reproduce:
Workaround:
Seems that /bin/false wasn't a file on my computer. There was /usr/bin/false, but using that path in settings still gave the same error.
In the end I overwrote the default settings for the integrated terminal to be "terminal.integrated.shell.osx": "bash" and then it launched as normal.
Reproduces without extensions: Yes
Related Issues?:
#14528
#14768
The text was updated successfully, but these errors were encountered: