Skip to content

Commit 1048cba

Browse files
committed
should not break
1 parent d33a940 commit 1048cba

File tree

1 file changed

+1
-1
lines changed
  • plugins/amazonq/shared/jetbrains-community/src/software/aws/toolkits/jetbrains/services/amazonq/project

1 file changed

+1
-1
lines changed

plugins/amazonq/shared/jetbrains-community/src/software/aws/toolkits/jetbrains/services/amazonq/project/ProjectContextProvider.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ class ProjectContextProvider(val project: Project, private val encoderServer: En
5555
initAndIndex()
5656
break
5757
} else {
58-
break
58+
delay(10000)
5959
}
6060
}
6161
}

0 commit comments

Comments
 (0)