File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 3 files changed +5
-3
lines changed 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 110
110
{
111
111
"command" : " python.datascience.execSelectionInteractive" ,
112
112
"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"
114
114
},
115
115
{
116
116
"command" : " python.datascience.runcurrentcelladvance" ,
435
435
{
436
436
"command" : " python.execSelectionInTerminal" ,
437
437
"group" : " Python" ,
438
- "when" : " editorFocus && editorLangId == python && !python.datascience.ownsSelection "
438
+ "when" : " editorFocus && editorLangId == python"
439
439
},
440
440
{
441
441
"command" : " python.execSelectionInDjangoShell" ,
442
442
"group" : " Python" ,
443
443
"when" : " editorHasSelection && editorLangId == python && python.isDjangoProject"
444
444
},
445
445
{
446
- "when" : " resourceLangId == python && !python.datascience.ownsSelection " ,
446
+ "when" : " resourceLangId == python" ,
447
447
"command" : " python.execInTerminal" ,
448
448
"group" : " Python"
449
449
},
You can’t perform that action at this time.
0 commit comments