Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.debug.ui/plugin.xml')
-rw-r--r--org.eclipse.debug.ui/plugin.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/org.eclipse.debug.ui/plugin.xml b/org.eclipse.debug.ui/plugin.xml
index 03c0cabfe..ff66860d4 100644
--- a/org.eclipse.debug.ui/plugin.xml
+++ b/org.eclipse.debug.ui/plugin.xml
@@ -3316,4 +3316,10 @@ M4 = Platform-specific fourth key
</enablement>
</decorator>
</extension>
+ <extension
+ point="org.eclipse.ui.quickAccess">
+ <provider class="org.eclipse.debug.internal.ui.quickaccess.RunQuickAccessProvider"/>
+ <provider class="org.eclipse.debug.internal.ui.quickaccess.DebugQuickAccessProvider"/>
+ <provider class="org.eclipse.debug.internal.ui.quickaccess.ProfileQuickAccessProvider"/>
+ </extension>
</plugin>

Back to the top