File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ If selection is being sent to the Interactive Windows still allow for context menu commands to run selection in terminal or run file in terminal
Original file line number Diff line number Diff line change 1+ When sending selection to the Interactive Window nothing selected should send the entire line
Original file line number Diff line number Diff line change 110110 {
111111 "command" : " python.datascience.execSelectionInteractive" ,
112112 "key" : " shift+enter" ,
113- "when" : " editorFocus && editorHasSelection && editorLangId == python && !findInputFocussed && !replaceInputFocussed && python.datascience.ownsSelection && python.datascience.featureenabled"
113+ "when" : " editorFocus && editorLangId == python && !findInputFocussed && !replaceInputFocussed && python.datascience.ownsSelection && python.datascience.featureenabled"
114114 },
115115 {
116116 "command" : " python.datascience.runcurrentcelladvance" ,
435435 {
436436 "command" : " python.execSelectionInTerminal" ,
437437 "group" : " Python" ,
438- "when" : " editorFocus && editorLangId == python && !python.datascience.ownsSelection "
438+ "when" : " editorFocus && editorLangId == python"
439439 },
440440 {
441441 "command" : " python.execSelectionInDjangoShell" ,
442442 "group" : " Python" ,
443443 "when" : " editorHasSelection && editorLangId == python && python.isDjangoProject"
444444 },
445445 {
446- "when" : " resourceLangId == python && !python.datascience.ownsSelection " ,
446+ "when" : " resourceLangId == python" ,
447447 "command" : " python.execInTerminal" ,
448448 "group" : " Python"
449449 },
You can’t perform that action at this time.
0 commit comments