-
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
Fix provided by 2018.9.1 doesn't work #2962
Comments
Actual behaviorThe problem cited in #2857 doesn't seem to get solved by installing the new Python extension (2018.9.1). When I run any for loop or any code snippet that required indentation, it just gets stuck in the console until I go to console manually and hit Enter Expected behaviorThe sample for loop should print 0,1,2,3,4 in console Steps to reproduce:Install the latest python extension 2018.9.1 and run the following code in VS code: for a in range(5): Extension version: 2018.9.1 LogsOutput for
Output from
|
This is simply a limitation of how we are sending raw text down to the REPL, so the remedy in 2018.9.1 fixes what it was meant to do and doesn't add any new support around the preexisting limitation. |
Originally posted by @brettcannon in #2857 (comment)
Hi I installed the new extension 2018.9.1 but when running the for loop, it doesnt run in console unless I go to console and manually hit Enter. Any remedy here?
The text was updated successfully, but these errors were encountered: