IJ-CR-204586 [java] IDEA-387223 ISE: NonBlockingReadActionImpl$Submission.attemptComputation via JavaFunctionalExpressionSearcher

- add registry

GitOrigin-RevId: cbfb8c2b24246f63c1cefe5fe6b16c59f5af690f
This commit is contained in:
Mikhail Pyltsin
2026-05-21 13:09:56 +00:00
committed by intellij-monorepo-bot
parent 73a2906fd1
commit dcef269755
2 changed files with 11 additions and 3 deletions
@@ -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>