-
Notifications
You must be signed in to change notification settings - Fork 326
shift+enter stops working for me #2479
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
Same problem here |
I'm having this problem as well. Installing an older version of the extension fixed it. |
seems to only work on last lines of codes in the editor |
Thanks, it seems the only way to solve it. |
I'm also having this issue. Seems like the 1/6/20 update broke 'submit selection' functionality. |
I have the same issue. It worked before 2020.1.57204 update |
Thanks, I'm able to repro here at Microsoft. Hopefully we can fix this soon. |
This looks to be a side effect of the 'conda run' change. |
Any code with a '\n' inside of it isn't getting through because the 'conda run' change added an extra layer of indirection to executing something. |
Thank you. Maybe the issue could be closed. Will this problem be fixed soon? |
Should be fixed soon. |
Reopening, hasn't shipped yet. |
I have the same problem ! |
Works great in 2020.1.58038 update. Thanks for fixing it. |
Bug: Notebook Editor, Interactive Window, Editor cells
Steps to cause the bug to occur
Actual behavior
Expected behavior
Your Jupyter and/or Python environment
Please provide as much info as you readily know
{ "key": "shift+enter", "command": "python.datascience.runcurrentcelladvance", "when": "editorTextFocus && python.datascience.featureenabled && python.datascience.hascodecells && !editorHasSelection" }
{ "key": "shift+enter", "command": "python.datascience.execSelectionInteractive", "when": "editorTextFocus && python.datascience.featureenabled && python.datascience.ownsSelection && !findInputFocussed && !replaceInputFocussed && editorLangId == 'python'" }
"python.dataScience.sendSelectionToInteractiveWindow": true
"editor.codeLens": true
Also tried methods mentioned in:
https://github.com/microsoft/vscode-python/issues/3397
https://github.com/microsoft/vscode-python/issues/5621
https://github.com/microsoft/vscode-python/issues/6578
and doesn't work at all.
Developer Tools Console Output: nothing
Microsoft Data Science for VS Code Engineering Team: @rchiodo, @IanMatthewHuff, @DavidKutu, @DonJayamanne, @greazer
The text was updated successfully, but these errors were encountered: