Skip to content

Commit 85aad28

Browse files
committed
fix: rebase from master branch to fix package.json changes
1 parent 7865392 commit 85aad28

File tree

1 file changed

+0
-33
lines changed

1 file changed

+0
-33
lines changed

packages/amazonq/package.json

Lines changed: 0 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -560,21 +560,6 @@
560560
]
561561
},
562562
"commands": [
563-
{
564-
"command": "aws.amazonq.stopCmdExecution",
565-
"title": "Stop Amazon Q Command Execution",
566-
"category": "%AWS.amazonq.title%"
567-
},
568-
{
569-
"command": "aws.amazonq.runCmdExecution",
570-
"title": "Run Amazon Q Command Execution",
571-
"category": "%AWS.amazonq.title%"
572-
},
573-
{
574-
"command": "aws.amazonq.rejectCmdExecution",
575-
"title": "Reject Amazon Q Command Execution",
576-
"category": "%AWS.amazonq.title%"
577-
},
578563
{
579564
"command": "_aws.amazonq.notifications.dismiss",
580565
"title": "%AWS.generic.dismiss%",
@@ -865,24 +850,6 @@
865850
}
866851
],
867852
"keybindings": [
868-
{
869-
"command": "aws.amazonq.stopCmdExecution",
870-
"key": "ctrl+shift+backspace",
871-
"mac": "cmd+shift+backspace",
872-
"when": "aws.amazonq.amazonqChatLSP.isRunning"
873-
},
874-
{
875-
"command": "aws.amazonq.runCmdExecution",
876-
"key": "ctrl+shift+enter",
877-
"mac": "cmd+shift+enter",
878-
"when": "aws.amazonq.amazonqChatLSP.isRunning"
879-
},
880-
{
881-
"command": "aws.amazonq.rejectCmdExecution",
882-
"key": "ctrl+shift+r",
883-
"mac": "cmd+shift+r",
884-
"when": "aws.amazonq.amazonqChatLSP.isRunning"
885-
},
886853
{
887854
"command": "_aws.amazonq.focusChat.keybinding",
888855
"win": "win+alt+i",

0 commit comments

Comments
 (0)