-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Run Line/Selection Not working #9480
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
Comments
Couple of notes: |
|
I have the same issue. Additionally, I can't run line/selection in terminal or Python Interactive Window EDIT: |
I can confirm that this works on Name: Python can also confirm the setting terminal.integrated.inheritEnv set to true / false does not fix my issue |
This is a dupe of #9439 which should be fixed shortly |
me too |
Environment data
Expected behaviour
Python initialises and executes line of code
Actual behaviour
terminal runs command but python does not start, text is enter into the terminal but nothing happens ">>>" does not appear
(PythonEnv) C:\Python Projects_Projects\Py_BrowserAutomation>conda run -n PythonEnv python
import os
Steps to reproduce:
[NOTE: Self-contained, minimal reproducing code samples are extremely helpful and will expedite addressing your issue]
Logs
Output for
Python
in theOutput
panel (View
→Output
, change the drop-down the upper-right of theOutput
panel toPython
)Output from
Console
under theDeveloper Tools
panel (toggle Developer Tools on underHelp
; turn on source maps to make any tracebacks be useful by runningEnable source map support for extension debugging
)The text was updated successfully, but these errors were encountered: