1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-21 21:52:10 +02:00

Display proper icon for core launches

Core launches were missing their icon in the Debug View

Fixup for e9beafae10
This commit is contained in:
Jonah Graham 2022-11-03 19:12:28 -04:00
parent e4d4d8c02c
commit 95bb7afb47

View file

@ -2575,7 +2575,7 @@
<extension
point="org.eclipse.debug.ui.launchConfigurationTypeImages">
<launchConfigurationTypeImage
configTypeID="org.eclipse.cdt.debug.core.localLaunchConfigurationType"
configTypeID="org.eclipse.cdt.debug.core.localCoreBuildLaunchConfigType"
icon="icons/obj16/c_app.gif"
id="org.eclipse.cdt.debug.ui.localLaunchConfigurationTypeImage">
</launchConfigurationTypeImage>