mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-10 18:09:38 +07:00
PY-72185 disable reparseable leaves by default for further investigation
GitOrigin-RevId: 87a1d99a80415128b303f2b0cb343afd2c939b6a
This commit is contained in:
committed by
intellij-monorepo-bot
parent
eaf0d8ef16
commit
7ccfd3772d
@@ -11,7 +11,7 @@
|
||||
extensions="pyi"
|
||||
implementationClass="com.jetbrains.python.pyi.PyiFileType"
|
||||
fieldName="INSTANCE"/>
|
||||
<registryKey key="python.ast.leaves.incremental.reparse" defaultValue="true"
|
||||
<registryKey key="python.ast.leaves.incremental.reparse" defaultValue="false"
|
||||
description="Enables incremental reparse for Python leaf elements (string literals, identifiers, comments)"/>
|
||||
</extensions>
|
||||
<extensionPoints>
|
||||
|
||||
Reference in New Issue
Block a user