Skip to content

Commit 5f33310

Browse files
committed
Remove inline chat from command palette
1 parent e877994 commit 5f33310

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/amazonq/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -683,17 +683,17 @@
683683
"win": "ctrl+i",
684684
"mac": "cmd+i",
685685
"linux": "ctrl+i",
686-
"when": "editorTextFocus && aws.codewhisperer.connected"
686+
"when": "editorTextFocus && aws.codewhisperer.connected && !aws.isSageMaker"
687687
},
688688
{
689689
"command": "aws.amazonq.inline.waitForUserDecisionAcceptAll",
690690
"key": "enter",
691-
"when": "editorTextFocus && aws.codewhisperer.connected && amazonq.inline.codelensShortcutEnabled"
691+
"when": "editorTextFocus && aws.codewhisperer.connected && amazonq.inline.codelensShortcutEnabled && !aws.isSageMaker"
692692
},
693693
{
694694
"command": "aws.amazonq.inline.waitForUserDecisionRejectAll",
695695
"key": "escape",
696-
"when": "editorTextFocus && aws.codewhisperer.connected && amazonq.inline.codelensShortcutEnabled"
696+
"when": "editorTextFocus && aws.codewhisperer.connected && amazonq.inline.codelensShortcutEnabled && !aws.isSageMaker"
697697
}
698698
],
699699
"icons": {

0 commit comments

Comments
 (0)