I have an eclipse plugin project that starts when the eclipse user interface opens. I added the extension
org.eclipse.core.runtime.applications
to run this headless plugin for any testing purpose. Now, if I started this plugin project from the context menu launch option. It always starts the project in silent mode until I select the UI launch configuration by opening the launch configuration window.
Any idea how we can set the default launch configuration to launch it through opening the interface? therefore, I do not need to select a launch configuration every time through the launch configuration window. The same problem occurs when debugging.
source share