Skip to content

Commit 62fab80

Browse files
authored
Merge pull request #7742 from dungdong-aws/fix/shortcutname
fix(amazonq): re-name shortcut to re-use for MCP tools
2 parents 2093c59 + 95811a6 commit 62fab80

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
@@ -562,17 +562,17 @@
562562
"commands": [
563563
{
564564
"command": "aws.amazonq.stopCmdExecution",
565-
"title": "Stop Amazon Q Command Execution",
565+
"title": "Stop Amazon Q",
566566
"category": "%AWS.amazonq.title%"
567567
},
568568
{
569569
"command": "aws.amazonq.runCmdExecution",
570-
"title": "Run Amazon Q Command Execution",
570+
"title": "Run Amazon Q Tool",
571571
"category": "%AWS.amazonq.title%"
572572
},
573573
{
574574
"command": "aws.amazonq.rejectCmdExecution",
575-
"title": "Reject Amazon Q Command Execution",
575+
"title": "Reject Amazon Q Tool",
576576
"category": "%AWS.amazonq.title%"
577577
},
578578
{

0 commit comments

Comments
 (0)