Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9a22fb4

Browse files
authored
account for inline chat widget (#24130)
`enter` should apply to the inline chat widget if it is focused, not the parent code editor
1 parent 8268131 commit 9a22fb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1161,7 +1161,7 @@
11611161
{
11621162
"command": "python.execInREPLEnter",
11631163
"key": "enter",
1164-
"when": "!config.interactiveWindow.executeWithShiftEnter && activeEditor == 'workbench.editor.interactive'"
1164+
"when": "!config.interactiveWindow.executeWithShiftEnter && activeEditor == 'workbench.editor.interactive' && !inlineChatFocused"
11651165
},
11661166
{
11671167
"command": "python.refreshTensorBoard",

0 commit comments

Comments
 (0)