-
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 Selection/Line in python terminal broken after last update #2857
Comments
Aren't you missing a colon after the for loop? |
@patrys Copy-paste mistake when writing the sample, the error is still there with the colon in place (the issue was updated) |
I cannot reproduce this on Ubuntu 18.04, but there have been changes to the activation of conda environments specific to Windows. @DonJayamanne can you have a look on Windows? |
I can replicate on Windows, but not Mac. |
I can confirm the same error on Windows. |
I can also confirm the same error |
same for me! |
confirm me and my coworker on Windows with Python 3.6 but not 2.6 |
Same problem for me on Windows python 3.6. |
I confirm the issue in windows10. Any idea by when this could be solved? |
@jsarneja no ETA as we're busy dealing with a nasty conda + PowerShell issue. |
Confirmed on Windows, not on Mac. |
Is the issue resolved? Finding the same issue on windows 10 python 3.6.5 |
Nope; not resolved. No ETA at the moment. |
Hi everyone, we've created a fix for this, please could you download the development version and help us verify the fix. |
@ChandanVerma @pomoneomarx Please note the issue has been resolved, if you look above, you can see that a PR was merged yesterday to resolve this, we need to verify the fix, hope you can help with that. |
I am back in business with this Development Build fix. Thank you! I see others are noticing other bugs; I'll keep an eye out. |
@DonJayamanne this fix is:
Details: |
FYI 2018.9.1 was just released with the fix for this! |
Environment data
Actual behavior
After the latest update of vscode, trying to execute any python block via shift+Enter appends an extra newline at the end of each line, which breaks execution of loops.
Expected behavior
The code runs in the terminal
Steps to reproduce:
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
)(The following repeats multiple times, console was cleared before running, errors show only on the first run in a new terminal)
The text was updated successfully, but these errors were encountered: