File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1174
1174
{
1175
1175
"command" : " python.execInREPLEnter" ,
1176
1176
"key" : " enter" ,
1177
- "when" : " !config.interactiveWindow.executeWithShiftEnter && activeEditor == 'workbench.editor.repl' && !inlineChatFocused"
1177
+ "when" : " !config.interactiveWindow.executeWithShiftEnter && activeEditor == 'workbench.editor.repl' && !inlineChatFocused && !notebookCellListFocused "
1178
1178
},
1179
1179
{
1180
1180
"command" : " python.execInInteractiveWindowEnter" ,
1181
1181
"key" : " enter" ,
1182
- "when" : " !config.interactiveWindow.executeWithShiftEnter && activeEditor == 'workbench.editor.interactive' && !inlineChatFocused"
1182
+ "when" : " !config.interactiveWindow.executeWithShiftEnter && activeEditor == 'workbench.editor.interactive' && !inlineChatFocused && !notebookCellListFocused "
1183
1183
},
1184
1184
{
1185
1185
"command" : " python.refreshTensorBoard" ,
You can’t perform that action at this time.
0 commit comments