-
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
Start withot debugging twice dumps all my env variables on terminal and powershell panics with "System.ArgumentOutOfRangeException" a lot of times #7436
Comments
Hi @jmwielandt 👋 Thank you for reaching out. Sadly I couldn't reproduce your issue: 📋 Here's why all these variables are being displayed: When you run "Start Debugging" or "Start Without Debugging" all those There is an experimental VS Code setting to start integrated terminal sessions with a clean environment, sadly it doesn't work on Windows otherwise I would've asked you to try it. 👉 There isn't anything we can do in the extension at the moment to fix this, so I will be closing this issue once you let me know if any of these workarounds work:
Thanks! |
Thanks for your answer, @kimadeline ! In fact, closing the Python debug console works, thanks! Greetings~
|
I've got the same problem! I've prompt the bug under vscode. |
It is very easy to reproduce the bug:
|
Environment data
No conda or sth else, just "vanilla" python.
"python.jediEnabled"
set to; more info How to update the language server to the latest stable version #3977): jedi false, no language server config key.Expected behaviour
Actual behaviour
Too long, better hidden
6 more times the same
Steps to reproduce:
Ctrl + F5
/ "Start Without Debugging".Ctrl + F5
/ "Start Without Debugging". A simple hello world program make it happens.Logs
Output for
Python
in theOutput
panel (View
→Output
, change the drop-down the upper-right of theOutput
panel toPython
)The text was updated successfully, but these errors were encountered: