mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 06:05:01 +07:00
IJ-CR-204586 [java] IDEA-387223 ISE: NonBlockingReadActionImpl$Submission.attemptComputation via JavaFunctionalExpressionSearcher
- add registry GitOrigin-RevId: cbfb8c2b24246f63c1cefe5fe6b16c59f5af690f
This commit is contained in:
committed by
intellij-monorepo-bot
parent
73a2906fd1
commit
dcef269755
@@ -124,5 +124,7 @@
|
||||
<!--used together with DeprecationInspection-->
|
||||
<registryKey key="kotlin.deprecation.inspection.enabled" defaultValue="false"/>
|
||||
<registryKey key="java.import.with.write.action" defaultValue="false" description="Whether to use WriteAction for import optimization"/>
|
||||
<registryKey key="java.functional.expression.search.fail.fast.in.dumb.mode" defaultValue="true"
|
||||
description="When true (default), JavaFunctionalExpressionSearcher throws IndexNotReadyException immediately in dumb mode instead of waiting for smart mode. When false, falls back to the legacy behavior of waiting for smart mode."/>
|
||||
</extensions>
|
||||
</idea-plugin>
|
||||
Reference in New Issue
Block a user