Skip to content

Commit d829e07

Browse files
ahusseinalihayemaxi
authored andcommitted
Show Q Icon in activity bar when toolkit is installed in SageMaker
1 parent f8a6f83 commit d829e07

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

packages/amazonq/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -196,13 +196,13 @@
196196
"type": "webview",
197197
"id": "aws.amazonq.AmazonCommonAuth",
198198
"name": "%AWS.amazonq.login%",
199-
"when": "!aws.isSageMaker && !aws.isWebExtHost && aws.amazonq.showLoginView"
199+
"when": "!aws.isWebExtHost && aws.amazonq.showLoginView"
200200
},
201201
{
202202
"type": "webview",
203203
"id": "aws.AmazonQChatView",
204204
"name": "%AWS.amazonq.chat%",
205-
"when": "!aws.isSageMaker && !aws.isWebExtHost && !aws.amazonq.showLoginView"
205+
"when": "!aws.isWebExtHost && !aws.amazonq.showLoginView"
206206
},
207207
{
208208
"id": "aws.AmazonQNeverShowBadge",

packages/toolkit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -709,7 +709,7 @@
709709
{
710710
"id": "aws.amazonq.codewhisperer",
711711
"name": "%AWS.amazonq.codewhisperer.title%",
712-
"when": "!isCloud9 && !aws.toolkit.amazonq.dismissed && !aws.explorer.showAuthView"
712+
"when": "!isCloud9 && !isSageMaker && !aws.toolkit.amazonq.dismissed && !aws.explorer.showAuthView"
713713
},
714714
{
715715
"id": "aws.explorer",

0 commit comments

Comments
 (0)