Bug: 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: Rich Chiodo (@rchiodo), Ian Huff (@IanMatthewHuff), David Kutugata (@DavidKutu), Don Jayamanne (@DonJayamanne), Jim Griesmer (@greazer)
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": trueAlso 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: Rich Chiodo (@rchiodo), Ian Huff (@IanMatthewHuff), David Kutugata (@DavidKutu), Don Jayamanne (@DonJayamanne), Jim Griesmer (@greazer)