Skip to content

Commit df94b54

Browse files
committed
Show Q Icon in activity bar when toolkit is installed in SageMaker
1 parent 7b75678 commit df94b54

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
@@ -197,13 +197,13 @@
197197
"type": "webview",
198198
"id": "aws.amazonq.AmazonCommonAuth",
199199
"name": "%AWS.amazonq.login%",
200-
"when": "!aws.isSageMaker && !aws.isWebExtHost && aws.amazonq.showLoginView"
200+
"when": "!aws.isWebExtHost && aws.amazonq.showLoginView"
201201
},
202202
{
203203
"type": "webview",
204204
"id": "aws.AmazonQChatView",
205205
"name": "%AWS.amazonq.chat%",
206-
"when": "!aws.isSageMaker && !aws.isWebExtHost && !aws.amazonq.showLoginView"
206+
"when": "!aws.isWebExtHost && !aws.amazonq.showLoginView"
207207
},
208208
{
209209
"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)