'vscode 'jupyter run selection/kine in interactive window' shortcut not working
I want to use a keyboard shortcut for jupyter run selection/kine in interactive window in vscode but it's not working.
I also checked VS Code "Run selection/line in Python interactive window" not working at all which implies that there is a version problem but I don't have that version(my version is v2022.4.1), besides it says "it's not working at all" but mine is working when I right click and click on "Run selection/line in Python interactive window".
the when expression also follows by editorTextFocus && isWorkspaceTrusted && jupyter.ownsSelection && !findInputFocussed && !notebookEditorFocused && !replaceInputFocussed && editorLangId == 'python'
by the way there is no other conflict wit my key bindings. so is there any way to solve this?
Solution 1:[1]
Could you try to switch the shortcut of this command? Maybe some other programs occupy this shortcut.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Steven-MSFT |
