Skip to content

Commit

Permalink
fix: remove duplicate command entry (aws#5301)
Browse files Browse the repository at this point in the history
  • Loading branch information
hayemaxi authored Jul 15, 2024
1 parent bf3bcff commit 63060b3
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions packages/amazonq/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -497,12 +497,7 @@
"command": "aws.amazonq.signout",
"title": "%AWS.command.codewhisperer.signout%",
"category": "%AWS.amazonq.title%",
"icon": "$(debug-disconnect)"
},
{
"command": "aws.amazonq.signout",
"title": "%AWS.command.codewhisperer.signout%",
"category": "%AWS.amazonq.title%",
"icon": "$(debug-disconnect)",
"enablement": "aws.codewhisperer.connected"
},
{
Expand Down

0 comments on commit 63060b3

Please sign in to comment.