Skip to content

Commit 2cdf8cd

Browse files
committed
fix(amazonq): add another setting for the showlogs
1 parent 9128f47 commit 2cdf8cd

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

packages/amazonq/package.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -388,6 +388,12 @@
388388
"when": "view == aws.amazonq.AmazonQChatView",
389389
"group": "0_topAmazonQ@1"
390390
},
391+
{
392+
"command": "aws.amazonq.showLogs",
393+
"title": "%AWS.command.codewhisperer.showLogs%",
394+
"category": "%AWS.amazonq.title%",
395+
"enablement": "aws.codewhisperer.connected"
396+
},
391397
{
392398
"command": "aws.amazonq.selectRegionProfile",
393399
"when": "view == aws.amazonq.AmazonQChatView && aws.amazonq.connectedSsoIdc == true",

0 commit comments

Comments
 (0)