Skip to content

Commit 2a569d5

Browse files
committed
patch
1 parent 903e310 commit 2a569d5

File tree

1 file changed

+7
-5
lines changed
  • plugins/amazonq/chat/jetbrains-community/src/software/aws/toolkits/jetbrains/services/amazonq/startup

1 file changed

+7
-5
lines changed

plugins/amazonq/chat/jetbrains-community/src/software/aws/toolkits/jetbrains/services/amazonq/startup/AmazonQStartupActivity.kt

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,13 @@ class AmazonQStartupActivity : ProjectActivity {
4646
CodeWhispererSettings.getInstance().toggleProjectContextEnabled(value = true, passive = true)
4747

4848
// TODO: finalize and localize strings
49-
notifyInfo(
50-
title = "Amazon Q",
51-
content = "Amazon Q is now enabling workspace indexing",
52-
notificationActions = listOf(CodeWhispererShowSettingsAction())
53-
)
49+
runInEdt {
50+
notifyInfo(
51+
title = "Amazon Q",
52+
content = "Amazon Q is now enabling workspace indexing",
53+
notificationActions = listOf(CodeWhispererShowSettingsAction())
54+
)
55+
}
5456
}
5557
}
5658

0 commit comments

Comments
 (0)