Skip to content

Commit 0002d13

Browse files
authored
Merge branch 'feature/q-lsp-chat' into q-lsp-chat
2 parents 5505111 + 9b97fde commit 0002d13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/amazonq/shared/jetbrains-community/src/software/aws/toolkits/jetbrains/services/amazonq/lsp/AmazonQLanguageClientImpl.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,7 @@ class AmazonQLanguageClientImpl(private val project: Project) : AmazonQLanguageC
412412
val currPath = Paths.get(path)
413413
if (currPath.startsWith(localHistoryPath)) return
414414
try {
415-
ApplicationManager.getApplication().invokeLater {
415+
ApplicationManager.getApplication().executeOnPooledThread {
416416
VfsUtil.markDirtyAndRefresh(false, true, true, currPath.toFile())
417417
}
418418
} catch (e: Exception) {

0 commit comments

Comments
 (0)