-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Troubleshooting VSCode Terminal Crash when trying to open Python terminal #22721
Comments
Thanks for filing an issue! Are you saying you are able to get the same error both when simply trying to open Python file (and not execute anything), and also when you shift+enter to execute selection/line? |
Not only do I have the problem when I try to execute a line of code (Shift+Enter). When I open the file, everything goes well. I also have the problem when I simply try to open the integrated terminal in any other way, even if I don't execute any line of code. |
Do you know what your default shell is? I assume you are clicking "New Terminal" instance and not "Launch Python REPL" via control+shift+p? |
For some reason, I have updated (I was updating it every day and now I no longer have the problem), to answer your last comment, it happened in both cases when opening the Python REPL and a terminal. I am using |
Environment
Date: 2023-10-03T16:13:15.449Z (3 mos ago)
Electron: 25.8.4
ElectronBuildId: 24154031
Chromium: 114.0.5735.289
Node.js: 18.15.0
V8: 11.4.183.29-electron.0
Bug Summary and Steps to Reproduce
Bug Summary:
I have the following problem when trying to launch and execute Python code in the integrated terminal of my VSCode or even when I simply try to open it. The terminal opens for a few seconds and then automatically closes (crashes) and a popup warning appears indicating Cannot read properties of undefined (reading 'show'). Attached are images.
The console developper tools is:
The text was updated successfully, but these errors were encountered: