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 11741174 {
11751175 "command" : " python.execInREPLEnter" ,
11761176 "key" : " enter" ,
1177- "when" : " !config.interactiveWindow.executeWithShiftEnter && activeEditor == 'workbench.editor.repl' && !inlineChatFocused && !notebookCellListFocused"
1177+ "when" : " !config.interactiveWindow.executeWithShiftEnter && isCompositeNotebook && activeEditor == 'workbench.editor.repl' && !inlineChatFocused && !notebookCellListFocused"
11781178 },
11791179 {
11801180 "command" : " python.execInInteractiveWindowEnter" ,
11811181 "key" : " enter" ,
1182- "when" : " !config.interactiveWindow.executeWithShiftEnter && activeEditor == 'workbench.editor.interactive' && !inlineChatFocused && !notebookCellListFocused"
1182+ "when" : " !config.interactiveWindow.executeWithShiftEnter && isCompositeNotebook && activeEditor == 'workbench.editor.interactive' && !inlineChatFocused && !notebookCellListFocused"
11831183 },
11841184 {
11851185 "command" : " python.refreshTensorBoard" ,
You can’t perform that action at this time.
0 commit comments