From a14c6c7ae1efb71cf701dac435f5d8f34a66167f Mon Sep 17 00:00:00 2001 From: amunger Date: Wed, 18 Sep 2024 14:37:58 -0700 Subject: [PATCH] account for inline chat widget --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fb46cab3d6c8..9c71db626cde 100644 --- a/package.json +++ b/package.json @@ -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",