I am working on an eclipse plug-in project. Running/debugging the plug-in project in a standlone Runtime Workbench is a routine work. However, the runtime workbench launches and responds slowly, because my eclipse edition contains too many plug-ins.
Problem: How can I create a minimal run/debug configuration without unnecessary plug-ins?
My trial: The option Run As -> Run Configurations -> Plug-ins -> Launch with plug-ins selected below only
lists too many plug-ins to choose from. I am not sure what are required and what are unnecessary.
I try Deselect All -> Add Required Plug-ins
, but it causes errors and fails to launch the runtime workbench.
The post: Eclipse minimal configuration for plug-in deployment seems related but it is focused on product deployment and I don't how can it be applied to my situation.
Source: You can find the plug-in project at https://github.com/hengxin/Eclipse-Plugin-Favorite-Demo. It simply contributes a QualityEclipse -> Favorites
view.