-
Notifications
You must be signed in to change notification settings - Fork 30.4k
New issue
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 when I open integrated terminal (on Mac) #14768
Comments
Possibly related: #14528 |
@brennanMKE are you in a directory with non-ascii character like in #7727? |
I tried opening my home folder which is |
No there is not as it's run in a different process and no error information is sent back other than the exit code right now. This error occurs when the shell process exits immediately. Typically their is either non-ascii text (pre 1.7) or you have a bad shell setup ( This is the line that is relevant, it contains the environment that will be used by the terminal as well as the command ( |
I opened up workspace settings and found the shell was set to My shell also was not configured since I use Maybe there is a way to detect this bad setting and warn the user. |
I've never seen anyone else have this sort of issue, I suppose they set There is an issue open for showing a better error message here #9087 |
Steps to Reproduce:
I have 2 MacBooks with VSCode installed. One works fine and the other has this error. I have ready other issues related to the integrated terminal not working related to folders with spaces or special characters but that is not the case here. There is no folder in the path which is unusual.
How can I get more information about the error? I opened the Console and did not see anything logged there after attempting to open the integrated terminal. I'd like to figure out why this is happening so I can fix it and start using there terminal within VSCode.
The text was updated successfully, but these errors were encountered: