Skip to content

Commit 40d49ea

Browse files
Merge master into feature/v2-to-v3-migration
2 parents 3b1c507 + 999b24a commit 40d49ea

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"type": "Bug Fix",
3+
"description": "Remove show logs menu item for non Q views"
4+
}

packages/amazonq/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,7 @@
415415
},
416416
{
417417
"command": "aws.amazonq.showLogs",
418-
"when": "!aws.isSageMakerUnifiedStudio",
418+
"when": "(view =~ /^aws\\.amazonq/) && !aws.isSageMakerUnifiedStudio",
419419
"group": "1_amazonQ@5"
420420
},
421421
{

0 commit comments

Comments
 (0)