DL-13788 Register EP in a module where its class is defined: fileIconProvider, fileIconPatcher

GitOrigin-RevId: 6a470f97c18c714f50b218155583dbb3bf76e81e
This commit is contained in:
Petr
2024-04-19 13:22:11 +02:00
committed by intellij-monorepo-bot
parent 5887fe8221
commit ae6bb95437
2 changed files with 2 additions and 3 deletions

View File

@@ -55,6 +55,8 @@
<extensionPoint name="inspection.basicVisitor" beanClass="com.intellij.psi.BasicInspectionVisitorBean" dynamic="true">
<with attribute="class" implements="com.intellij.psi.PsiElementVisitor"/>
</extensionPoint>
<extensionPoint name="fileIconProvider" interface="com.intellij.ide.FileIconProvider" dynamic="true"/>
<extensionPoint name="fileIconPatcher" interface="com.intellij.ide.FileIconPatcher" dynamic="true"/>
</extensionPoints>
<extensions defaultExtensionNs="com.intellij">
<applicationService serviceInterface="com.intellij.util.messages.MessageBusFactory"

View File

@@ -212,9 +212,6 @@
<extensionPoint name="productivityFeaturesProvider" interface="com.intellij.featureStatistics.ProductivityFeaturesProvider"
dynamic="true"/>
<extensionPoint name="fileIconProvider" interface="com.intellij.ide.FileIconProvider" dynamic="true"/>
<extensionPoint name="fileIconPatcher" interface="com.intellij.ide.FileIconPatcher" dynamic="true"/>
<extensionPoint name="customizableActionGroupProvider" interface="com.intellij.ide.ui.customization.CustomizableActionGroupProvider" dynamic="true"/>
<extensionPoint name="backedVirtualFileProvider" interface="com.intellij.notebook.editor.BackedVirtualFileProvider" dynamic="true"/>