Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions packages/amazonq/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@
},
{
"command": "aws.amazonq.showLogs",
"when": "view == aws.amazonq.AmazonQChatView",
"when": "!aws.isSageMakerUnifiedStudio",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit:

view == aws.amazonq.AmazonQChatView

This can stay! as we dont want to show this for other view may be for code issues!

Copy link
Contributor Author

@abhraina-aws abhraina-aws Jul 24, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Having this doesn't show the log on login window. I tested that configuration also.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I see

"group": "1_amazonQ@5"
},
{
Expand Down Expand Up @@ -644,8 +644,7 @@
{
"command": "aws.amazonq.showLogs",
"title": "%AWS.command.codewhisperer.showLogs%",
"category": "%AWS.amazonq.title%",
"enablement": "aws.codewhisperer.connected"
"category": "%AWS.amazonq.title%"
},
{
"command": "aws.amazonq.selectRegionProfile",
Expand Down
Loading