mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-06 08:00:18 +07:00
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: 221547e951a382740bcb243ff1bbe869618d48da
13 lines
506 B
XML
13 lines
506 B
XML
<!--
|
|
This file contains extensions, actions, services, etc. without v2 dependencies,
|
|
so it can be included in Analyzer dependencies where V2 is not yet supported.
|
|
|
|
All new extensions, actions, services, extension points, etc. should be added to this file.
|
|
-->
|
|
<idea-plugin>
|
|
<extensions defaultExtensionNs="com.intellij">
|
|
<platform.rpc.backend.remoteApiProvider
|
|
implementation="com.intellij.java.debugger.impl.backend.BackendJavaDebuggerRemoteApiProvider"/>
|
|
</extensions>
|
|
</idea-plugin>
|