vscode 'jupyter run selection/line in interactive window' shortcut not working

Viewed 71

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?

2 Answers

Could you try to switch the shortcut of this command? Maybe some other programs occupy this shortcut.

Related