mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 15:19:59 +07:00
[json] IDEA-339628 Performance test for inspections & completion
Current commit disables the new JsonSchemaObject implementation to record test results before the recent susystem changes. After the statistics is collected, new implementation should be turned on again for further comparison GitOrigin-RevId: f9cc59d2f4df2f47c6f62bf77cf3ff2efbe073fe
This commit is contained in:
committed by
intellij-monorepo-bot
parent
ed2e4e9a7f
commit
7e2f634eb9
@@ -20,7 +20,7 @@
|
||||
</actions>
|
||||
|
||||
<extensions defaultExtensionNs="com.intellij">
|
||||
<registryKey defaultValue="true" description="Use lightweight implementation of JsonSchemaObject" key="json.schema.object.v2"/>
|
||||
<registryKey defaultValue="false" description="Use lightweight implementation of JsonSchemaObject" key="json.schema.object.v2"/>
|
||||
<fileType name="JSON" extensions="har;json;jsonc"
|
||||
implementationClass="com.intellij.json.JsonFileType" fieldName="INSTANCE"
|
||||
language="JSON"/>
|
||||
|
||||
Reference in New Issue
Block a user