Skip to content

Commit 63060b3

Browse files
authored
fix: remove duplicate command entry (aws#5301)
1 parent bf3bcff commit 63060b3

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

packages/amazonq/package.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -497,12 +497,7 @@
497497
"command": "aws.amazonq.signout",
498498
"title": "%AWS.command.codewhisperer.signout%",
499499
"category": "%AWS.amazonq.title%",
500-
"icon": "$(debug-disconnect)"
501-
},
502-
{
503-
"command": "aws.amazonq.signout",
504-
"title": "%AWS.command.codewhisperer.signout%",
505-
"category": "%AWS.amazonq.title%",
500+
"icon": "$(debug-disconnect)",
506501
"enablement": "aws.codewhisperer.connected"
507502
},
508503
{

0 commit comments

Comments
 (0)