You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: plugins/amazonq/chat/jetbrains-community/src/software/aws/toolkits/jetbrains/services/amazonq/startup/AmazonQStartupActivity.kt
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -53,6 +53,7 @@ class AmazonQStartupActivity : ProjectActivity {
53
53
// In the future we will decouple LSP start and indexing start to let LSP perform other tasks.
54
54
val startLspIndexingDuration =Duration.ofMinutes(30)
55
55
project.waitForSmartMode()
56
+
delay(30_000) // Wait for 30 seconds for systemLoadAverage to be more accurate
Copy file name to clipboardExpand all lines: plugins/amazonq/shared/jetbrains-community/src/software/aws/toolkits/jetbrains/services/amazonq/project/manifest/ManifestManager.kt
0 commit comments