1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-23 08:55:25 +02:00

Bug 559674: Declare cmake.is problem marker type

Markers were getting created in the code (with calls to
CompileCommandsJsonParser.createMarker) but were not rendered
in the UI because there was no declaration.

Change-Id: I571b6ad7bb6f2b78a7b920cdf74ff89d6790d717
This commit is contained in:
Jonah Graham 2020-06-13 22:23:37 -04:00
parent 30845347d0
commit 92dcc3f6ab

View file

@ -10,4 +10,15 @@
id="org.eclipse.cdt.cmake.is.core.detectorConsole">
</CBuildConsole>
</extension>
<extension
id="CompileCommandsJsonParserMarker"
name="CMake compile_commands.json parser"
point="org.eclipse.core.resources.markers">
<persistent
value="false">
</persistent>
<super
type="org.eclipse.core.resources.problemmarker">
</super>
</extension>
</plugin>