Skip to content

Commit 4c29daf

Browse files
committed
Show Q Icon in activity bar when toolkit is installed in SageMaker
1 parent 56870d6 commit 4c29daf

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
@@ -192,13 +192,13 @@
192192
"type": "webview",
193193
"id": "aws.amazonq.AmazonCommonAuth",
194194
"name": "%AWS.amazonq.login%",
195-
"when": "!aws.isSageMaker && !aws.isWebExtHost && aws.amazonq.showLoginView"
195+
"when": "!aws.isWebExtHost && aws.amazonq.showLoginView"
196196
},
197197
{
198198
"type": "webview",
199199
"id": "aws.AmazonQChatView",
200200
"name": "%AWS.amazonq.chat%",
201-
"when": "!aws.isSageMaker && !aws.isWebExtHost && !aws.amazonq.showLoginView"
201+
"when": "!aws.isWebExtHost && !aws.amazonq.showLoginView"
202202
},
203203
{
204204
"id": "aws.AmazonQNeverShowBadge",

packages/toolkit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -704,7 +704,7 @@
704704
{
705705
"id": "aws.amazonq.codewhisperer",
706706
"name": "%AWS.amazonq.codewhisperer.title%",
707-
"when": "!isCloud9 && !aws.toolkit.amazonq.dismissed && !aws.explorer.showAuthView"
707+
"when": "!isCloud9 && !isSageMaker && !aws.toolkit.amazonq.dismissed && !aws.explorer.showAuthView"
708708
},
709709
{
710710
"id": "aws.explorer",

0 commit comments

Comments
 (0)