Skip to content

Commit

Permalink
chore(core): comment out JSON Schema extensions in autodev-core.xml f…
Browse files Browse the repository at this point in the history
…or pass in 243

This change comments out the JavaScript.JsonSchema extensions to temporarily disable them in the autodev-core.xml configuration file.
  • Loading branch information
phodal committed Nov 16, 2024
1 parent f49134b commit 9b7bafe
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions core/src/233/main/resources/META-INF/autodev-core.xml
Original file line number Diff line number Diff line change
Expand Up @@ -85,10 +85,10 @@
implementation="cc.unitmesh.devti.gui.snippet.error.CodeBlockIntentionActionFilter"/>
</extensions>

<extensions defaultExtensionNs="JavaScript.JsonSchema">
<ProviderFactory implementation="cc.unitmesh.devti.custom.schema.AutoDevJsonSchemaProviderFactory"/>
<ProviderFactory implementation="cc.unitmesh.devti.custom.schema.AutoDevPromptJsonSchemaProviderFactory"/>
</extensions>
<!-- <extensions defaultExtensionNs="JavaScript.JsonSchema">-->
<!-- <ProviderFactory implementation="cc.unitmesh.devti.custom.schema.AutoDevJsonSchemaProviderFactory"/>-->
<!-- <ProviderFactory implementation="cc.unitmesh.devti.custom.schema.AutoDevPromptJsonSchemaProviderFactory"/>-->
<!-- </extensions>-->

<extensionPoints>
<extensionPoint qualifiedName="cc.unitmesh.autoDevIntention"
Expand Down

0 comments on commit 9b7bafe

Please sign in to comment.