-
Notifications
You must be signed in to change notification settings - Fork 30.8k
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
Integrated Terminal crashes on startup #8001
Comments
@profabe can you open dev tools (Help > Toggle Developer Tools) and check for any errors in the console? |
@Tyriar many thanks for your quick response. Please see this screenshot. |
Do you have anything in your user settings.json file? Also can you check what the |
Does the same thing happen when you add this setting? "terminal.integrated.shell.windows": "C:\\Windows\\system32\\cmd.exe" |
Last thing I can think of is try using the 64 bit cmd which is at: "terminal.integrated.shell.windows": "C:\\Windows\\SysWOW64\\cmd.exe" Unfortunately this is a bit tricky to debug due to the fix for #6469 Does this also happen on stable, or just insiders? |
Is there a Developer's Guide available to set up the environment? Perhaps debugging on my machine can help solving that issue. |
@profabe that won't help much beyond what you can already do. The terminal process (terminalProcess.js), the thing that's crashing, cannot be debugged as it's running in a different process. Something you could do is make sure that You can see in terminalProcess.js that |
I've experienced some issues before with sourcemaps, maybe you could try looking at the .js file and try using the variable name used there? |
@profabe you can edit the editor files on the OS in an editor that has admin access. You can always build a developer build, it may be more work getting it working though. |
@Tyriar thanks for the hint - i managed to console log the variables:
Both paths exist. Does this help to analyse the error? |
Great thanks. This is a duplicate of #7727 due to the |
Steps to Reproduce:
'
The text was updated successfully, but these errors were encountered: