File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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" : {
You can’t perform that action at this time.
0 commit comments