Files
openide/platform/xdebugger-impl/backend/resources/intellij.platform.debugger.impl.backend.xml
Nikolay Rykunov 1c1f348eeb [debugger-rd] IJPL-160146: ActiveSession should be provided only by backend
GitOrigin-RevId: cb80a52ce914dcf8f7106be9e889139dbb7363ca
2024-10-10 15:30:49 +00:00

12 lines
653 B
XML

<idea-plugin package="com.intellij.platform.debugger.impl.backend">
<dependencies>
<module name="intellij.platform.kernel.backend"/>
</dependencies>
<extensions defaultExtensionNs="com.intellij">
<platform.rpc.backend.remoteApiProvider
implementation="com.intellij.platform.debugger.impl.backend.BackendXDebuggerRemoteApiProviders"/>
<platform.entityTypes implementation="com.intellij.platform.debugger.impl.backend.BackendXDebuggerEntityTypesProvider"/>
<postStartupActivity implementation="com.intellij.platform.debugger.impl.backend.BackendXDebuggerActiveSessionControllerProjectActivity"/>
</extensions>
</idea-plugin>