Files
openide/platform/xdebugger-impl/resources/intellij.platform.debugger.impl.xml
Nikolay Rykunov 4f99f97cc2 [dap] LSP-335: Extract content of v2 debugger modules to separate xmls
This is needed to include these xmls to dap modules, since they don't support V2 yet (analyzer doesn't have core v2 modules), it shouldn't have dependencies.

When analyzer includes core v2 modules using module sets, we can move content back to xmls

GitOrigin-RevId: a6b4b7e554397f6e810711f7a024cb1bb1d4a5f7
2025-12-19 14:04:35 +00:00

39 lines
1.8 KiB
XML

<!--
This file contains only v2 dependencies.
All new extensions, actions, services, extension points, etc. should go to intellij.platform.debugger.impl.content.xml
-->
<idea-plugin visibility="public" xmlns:xi="http://www.w3.org/2001/XInclude">
<!-- region Generated dependencies - run `Generate Product Layouts` to regenerate -->
<dependencies>
<module name="intellij.libraries.fastutil"/>
<module name="intellij.libraries.jackson"/>
<module name="intellij.libraries.jackson.databind"/>
<module name="intellij.libraries.kotlinx.coroutines.core"/>
<module name="intellij.libraries.kotlinx.serialization.core"/>
<module name="intellij.libraries.kotlinx.serialization.json"/>
<module name="intellij.libraries.miglayout.swing"/>
<module name="intellij.libraries.stream"/>
<module name="intellij.platform.analysis"/>
<module name="intellij.platform.analysis.impl"/>
<module name="intellij.platform.core"/>
<module name="intellij.platform.core.impl"/>
<module name="intellij.platform.core.ui"/>
<module name="intellij.platform.debugger"/>
<module name="intellij.platform.debugger.impl.rpc"/>
<module name="intellij.platform.debugger.impl.shared"/>
<module name="intellij.platform.debugger.impl.ui"/>
<module name="intellij.platform.diff"/>
<module name="intellij.platform.ide.impl"/>
<module name="intellij.platform.kernel"/>
<module name="intellij.platform.lang"/>
<module name="intellij.platform.lang.core"/>
<module name="intellij.platform.lang.impl"/>
<module name="intellij.platform.projectModel"/>
<module name="intellij.platform.rpc.topics"/>
<module name="intellij.platform.util.ex"/>
</dependencies>
<!-- endregion -->
<xi:include href="intellij.platform.debugger.impl.content.xml"/>
</idea-plugin>