1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-03-28 14:56:28 +01:00

Correct descriptorTypeId for default launch type

This is mostly a no-op change, but fixes the error
about incorrect reference.

The descriptorUI extension used an ID that never existed,
and the code in ConfigSelector just fell back on
DefaultDescriptorLabelProvider it none were found, so
the user visible change here is nothing.

Fixup for 8f8c2e02b6
This commit is contained in:
Jonah Graham 2022-11-03 19:29:46 -04:00
parent 324d069099
commit 2d516a3c54

View file

@ -37,7 +37,7 @@
<extension
point="org.eclipse.launchbar.ui.launchBarUIContributions">
<descriptorUI
descriptorTypeId="org.eclipse.launchbar.core.descriptor.default"
descriptorTypeId="org.eclipse.launchbar.core.descriptorType.default"
labelProvider="org.eclipse.launchbar.ui.DefaultDescriptorLabelProvider">
</descriptorUI>
</extension>