# Conflicts:
# platform/platform-api/src/com/intellij/notification/NotificationGroup.java
# platform/platform-resources/src/META-INF/PlatformExtensions.xml
<tasks.contextProvider implementation="com.intellij.tasks.context.XDebuggerBreakpointsContextProvider"/>
<tasks.contextProvider implementation="com.intellij.tasks.context.XDebuggerWatchesProvider"/>
+ <actionPromoter implementation="com.intellij.execution.testframework.TestTreeViewActionsPromoter"/>
+ <smartSelectProvider implementation="com.intellij.ui.tree.TreeSmartSelectProvider"/>
+ <postStartupActivity implementation="com.intellij.tasks.context.BranchContextTracker$TrackerStartupActivity"/>
</extensions>
</idea-plugin>