-
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
Run Python file in terminal input() issue #9441
Comments
Related issues:
|
Hi @gokulyc 👋 Thank you for reaching out. Which version of |
|
the "conda run" also breaks the stdout order of my multiprocessing program. |
Hi @gokulyc , you can either downgrade to conda 4.7 (the repro step described in conda/conda#9572 using conda 4.7.12 works) or downgrade the extension to the previous release (2019.11) for now. |
Closing in favour of upstream issue conda/conda#9412 and conda/conda#9572. |
Environment data
Version: 1.41.1 (system setup)
Commit: 26076a4de974ead31f97692a0d32f90d735645c0
Date: 2019-12-18T14:58:56.166Z
Electron: 6.1.5
Chrome: 76.0.3809.146
Node.js: 12.4.0
V8: 7.6.303.31-electron.0
OS: Windows_NT x64 10.0.18363
"python.jediEnabled"
set to; more info How to update the language server to the latest stable version #3977): XXXExpected behaviour
Code
Actual behaviour
1)Input method message is showing after giving input value
2)Actual: The message should be shown before giving input
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: