mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-09 13:43:29 +07:00
The new module will contain commands that access UI components that were split for remdev compatibility. Be it a monolith IDE or a Split one, this module will exist in the monolith or frontend process accordingly. GitOrigin-RevId: 3f41cd7b7202ed3c4bfdd52b7138034dc7cd63f2
10 lines
361 B
XML
10 lines
361 B
XML
<idea-plugin>
|
|
<dependencies>
|
|
<module name="intellij.platform.frontend"/>
|
|
<module name="intellij.platform.recentFiles.frontend"/>
|
|
</dependencies>
|
|
|
|
<extensions defaultExtensionNs="com.jetbrains.performancePlugin">
|
|
<commandProvider implementation="com.intellij.performanceTesting.frontend.FrontendCommandProvider"/>
|
|
</extensions>
|
|
</idea-plugin> |