From 2d516a3c54979ac33cf3c2330a4f95f294dcbc2f Mon Sep 17 00:00:00 2001 From: Jonah Graham Date: Thu, 3 Nov 2022 19:29:46 -0400 Subject: [PATCH] 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 8f8c2e02b679852087c419a5f8c9531315934b01 --- launchbar/org.eclipse.launchbar.ui/plugin.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/launchbar/org.eclipse.launchbar.ui/plugin.xml b/launchbar/org.eclipse.launchbar.ui/plugin.xml index da51d5e03f3..f049c66ca5e 100644 --- a/launchbar/org.eclipse.launchbar.ui/plugin.xml +++ b/launchbar/org.eclipse.launchbar.ui/plugin.xml @@ -37,7 +37,7 @@