shift+enter stops working for me
See original GitHub issueBug: Notebook Editor, Interactive Window, Editor cells
Steps to cause the bug to occur
- select several lines that want to send to interactive window
- press ‘shift + enter’
Actual behavior
- no reaction
- works only when put the cursor at a single line
Expected behavior
- selected codes sent to interactive window and start processing
Your Jupyter and/or Python environment
Please provide as much info as you readily know
- Jupyter server running: Local | Remote | N/A
- Extension version: 2020.01.57204-xxx
- VS Code version: 1.41.1
- Setting python.jediEnabled: true | false
- Python and/or Anaconda version: 3.7.5
- OS: Windows | Mac | Linux (distro):
- Virtual environment: conda | venv | virtualenv | N/A | …
{ "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
Issue Analytics
- State:
- Created 4 years ago
- Reactions:2
- Comments:14 (5 by maintainers)
Top GitHub Comments
Works great in 2020.1.58038 update. Thanks for fixing it.
I have the same problem !