Skip to content

Commit 5d7eb35

Browse files
committed
fix(amazonq): diable sagemakerunifiedstudio for show logs
1 parent 9128f47 commit 5d7eb35

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/amazonq/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,7 @@
410410
},
411411
{
412412
"command": "aws.amazonq.showLogs",
413-
"when": "view == aws.amazonq.AmazonQChatView",
413+
"when": "view == aws.amazonq.AmazonQChatView && !aws.isSageMakerUnifiedStudio",
414414
"group": "1_amazonQ@5"
415415
},
416416
{
@@ -645,7 +645,7 @@
645645
"command": "aws.amazonq.showLogs",
646646
"title": "%AWS.command.codewhisperer.showLogs%",
647647
"category": "%AWS.amazonq.title%",
648-
"enablement": "aws.codewhisperer.connected"
648+
"enablement": "aws.codewhisperer.connected && !aws.isSageMakerUnifiedStudio"
649649
},
650650
{
651651
"command": "aws.amazonq.selectRegionProfile",

0 commit comments

Comments
 (0)