1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-29 03:45:35 +02:00

Bug 566492 - Add CDT LSP to CDT Optional features

Add "LSP4E C/C++ Support" to "CDT Optional Features"

Change-Id: I88d554b5bf614649e6763e192e151a90b33da545
Signed-off-by: Alexander Fedorov <alexander.fedorov@arsysop.ru>
This commit is contained in:
Alexander Fedorov 2020-08-28 18:19:52 +03:00
parent 4a3e046dda
commit 26e994af15

View file

@ -132,6 +132,12 @@
<feature url="features/org.eclipse.cdt.launch.serial.feature.source_0.0.0.qualifier.jar" id="org.eclipse.cdt.launch.serial.feature.source" version="0.0.0">
<category name="extra"/>
</feature>
<feature id="org.eclipse.cdt.lsp">
<category name="extra"/>
</feature>
<feature id="org.eclipse.cdt.lsp.source">
<category name="extra"/>
</feature>
<feature id="org.eclipse.launchbar">
<category name="launchbar"/>
</feature>