Skip to content

Commit

Permalink
account for inline chat widget
Browse files Browse the repository at this point in the history
  • Loading branch information
amunger committed Sep 18, 2024
1 parent 8268131 commit a14c6c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -1161,7 +1161,7 @@
{
"command": "python.execInREPLEnter",
"key": "enter",
"when": "!config.interactiveWindow.executeWithShiftEnter && activeEditor == 'workbench.editor.interactive'"
"when": "!config.interactiveWindow.executeWithShiftEnter && activeEditor == 'workbench.editor.interactive' && !inlineChatFocused"
},
{
"command": "python.refreshTensorBoard",
Expand Down

0 comments on commit a14c6c7

Please sign in to comment.