Bug 560097 - Allow Run As context menu shortcut provider to list all relevant launch configurations
Summary: Allow Run As context menu shortcut provider to list all relevant launch confi...
Status: NEW
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Debug (show other bugs)
Version: 4.15   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Platform-Debug-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-02-13 09:40 EST by Mickael Istria CLA
Modified: 2020-02-13 09:40 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mickael Istria CLA 2020-02-13 09:40:00 EST
The ILaunchShortcut2 allows to list relevant LaunchConfigurations for a selection/an edito with getLaunchConfigurations(...) methods.
As a user can define multiple launch config of the same type (like multiple Java runs, multiple npm invocations...), it would be great if the result of getLaunchConfigurations(...) could be directly shown as direct child of "Run As".
I imagine this could be a flag on the launchShortcut extension point like "expandLaunchConfigurations".