Skip to content

Commit 9b7bafe

Browse files
committed
chore(core): comment out JSON Schema extensions in autodev-core.xml for pass in 243
This change comments out the JavaScript.JsonSchema extensions to temporarily disable them in the autodev-core.xml configuration file.
1 parent f49134b commit 9b7bafe

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

core/src/233/main/resources/META-INF/autodev-core.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -85,10 +85,10 @@
8585
implementation="cc.unitmesh.devti.gui.snippet.error.CodeBlockIntentionActionFilter"/>
8686
</extensions>
8787

88-
<extensions defaultExtensionNs="JavaScript.JsonSchema">
89-
<ProviderFactory implementation="cc.unitmesh.devti.custom.schema.AutoDevJsonSchemaProviderFactory"/>
90-
<ProviderFactory implementation="cc.unitmesh.devti.custom.schema.AutoDevPromptJsonSchemaProviderFactory"/>
91-
</extensions>
88+
<!-- <extensions defaultExtensionNs="JavaScript.JsonSchema">-->
89+
<!-- <ProviderFactory implementation="cc.unitmesh.devti.custom.schema.AutoDevJsonSchemaProviderFactory"/>-->
90+
<!-- <ProviderFactory implementation="cc.unitmesh.devti.custom.schema.AutoDevPromptJsonSchemaProviderFactory"/>-->
91+
<!-- </extensions>-->
9292

9393
<extensionPoints>
9494
<extensionPoint qualifiedName="cc.unitmesh.autoDevIntention"

0 commit comments

Comments
 (0)