Skip to content

Commit 7c55518

Browse files
committed
refactor(core): simplify language extension point declaration
- Remove unnecessary attributes and nested elements - Convert to more concise XML structure
1 parent 4866eb8 commit 7c55518

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -227,9 +227,9 @@
227227

228228
<!-- Indexer -->
229229
<extensionPoint qualifiedName="cc.unitmesh.langDictProvider"
230-
beanClass="com.intellij.lang.LanguageExtensionPoint" dynamic="true">
231-
<with attribute="implementationClass" implements="cc.unitmesh.devti.indexer.provider.LangDictProvider"/>
232-
</extensionPoint>
230+
interface="cc.unitmesh.devti.indexer.provider.LangDictProvider"
231+
dynamic="true"
232+
/>
233233
</extensionPoints>
234234

235235
<projectListeners>

0 commit comments

Comments
 (0)