Files
openide/plugins/performanceTesting/frontend/resources/intellij.performanceTesting.frontend.xml
Nikita Katkovandintellij-monorepo-bot 3ab164eb3f [perfTesting] IJPL-178987 Introduce a perfTesting.frontend module with frontend-specific command provider
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
2025-03-13 13:59:02 +00:00

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>