Skip to content

Commit 8137255

Browse files
committed
fix(amazonq): duplicate command registration 'aws.amazonq.showTransformationPlanInHub'
problem: command is declared twice in package.json. This results in an error in the extension page under runtime status. solution: remove extra command from package.json
1 parent b7bc7b8 commit 8137255

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

packages/amazonq/package.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -639,11 +639,6 @@
639639
"command": "aws.amazonq.showHistoryInHub",
640640
"title": "Show Job Status",
641641
"icon": "$(history)"
642-
},
643-
{
644-
"command": "aws.amazonq.showTransformationPlanInHub",
645-
"title": "Show Transformation Plan",
646-
"enablement": "gumby.isPlanAvailable"
647642
}
648643
],
649644
"keybindings": [

0 commit comments

Comments
 (0)