We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9128f47 commit 2cdf8cdCopy full SHA for 2cdf8cd
packages/amazonq/package.json
@@ -388,6 +388,12 @@
388
"when": "view == aws.amazonq.AmazonQChatView",
389
"group": "0_topAmazonQ@1"
390
},
391
+ {
392
+ "command": "aws.amazonq.showLogs",
393
+ "title": "%AWS.command.codewhisperer.showLogs%",
394
+ "category": "%AWS.amazonq.title%",
395
+ "enablement": "aws.codewhisperer.connected"
396
+ },
397
{
398
"command": "aws.amazonq.selectRegionProfile",
399
"when": "view == aws.amazonq.AmazonQChatView && aws.amazonq.connectedSsoIdc == true",
0 commit comments