From 92dcc3f6ab6aaf82ad149883d36bb28d144f5f82 Mon Sep 17 00:00:00 2001 From: Jonah Graham Date: Sat, 13 Jun 2020 22:23:37 -0400 Subject: [PATCH] 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 --- cmake/org.eclipse.cdt.cmake.is.core/plugin.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/cmake/org.eclipse.cdt.cmake.is.core/plugin.xml b/cmake/org.eclipse.cdt.cmake.is.core/plugin.xml index d37c75d877e..5ef8cc69b04 100644 --- a/cmake/org.eclipse.cdt.cmake.is.core/plugin.xml +++ b/cmake/org.eclipse.cdt.cmake.is.core/plugin.xml @@ -10,4 +10,15 @@ id="org.eclipse.cdt.cmake.is.core.detectorConsole"> + + + + + +