We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4866eb8 commit 7c55518Copy full SHA for 7c55518
core/src/223/main/resources/META-INF/autodev-core.xml
@@ -227,9 +227,9 @@
227
228
<!-- Indexer -->
229
<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>
+ interface="cc.unitmesh.devti.indexer.provider.LangDictProvider"
+ dynamic="true"
+ />
233
</extensionPoints>
234
235
<projectListeners>
0 commit comments