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 5d7eb35Copy full SHA for 5d7eb35
packages/amazonq/package.json
@@ -410,7 +410,7 @@
410
},
411
{
412
"command": "aws.amazonq.showLogs",
413
- "when": "view == aws.amazonq.AmazonQChatView",
+ "when": "view == aws.amazonq.AmazonQChatView && !aws.isSageMakerUnifiedStudio",
414
"group": "1_amazonQ@5"
415
416
@@ -645,7 +645,7 @@
645
646
"title": "%AWS.command.codewhisperer.showLogs%",
647
"category": "%AWS.amazonq.title%",
648
- "enablement": "aws.codewhisperer.connected"
+ "enablement": "aws.codewhisperer.connected && !aws.isSageMakerUnifiedStudio"
649
650
651
"command": "aws.amazonq.selectRegionProfile",
0 commit comments