Skip to content

Commit

Permalink
Add CDT-LSP to CPP (#139)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonahgraham committed Apr 11, 2024
1 parent 299614b commit a5a8eea
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ This document aims to highlight configuration and content changes of the package
For changes in Eclipse projects that contribute to SimRel and are included in the EPP packages, refer to the change log or New and Noteworthy document of the participating projects.
The [Eclipse IDE New & Noteworthy](https://eclipseide.org/release/noteworthy/) page combines all those documents in one place.

## 2024-06

- The Eclipse IDE for C/C++ Developers now includes the [CDT-LSP](https://github.com/eclipse-cdt/cdt-lsp) set of features to provide a Language Server for C/C++ users.

## 2023-12

- The Eclipse IDE for Scientific Computing is not longer being published. If you are interested in helping maintain or resurrect this package, and the underlying Parallel Tools Project, please [leave a comment](https://github.com/eclipse-packaging/packages/issues/85).
Expand Down
1 change: 1 addition & 0 deletions packages/org.eclipse.epp.package.cpp.product/epp.product
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,7 @@ United States, other countries, or both.
<feature id="org.eclipse.cdt.launch.remote" installMode="root"/>
<feature id="org.eclipse.cdt.launch.serial.feature" installMode="root"/>
<feature id="org.eclipse.cdt.testsrunner.feature" installMode="root"/>
<feature id="org.eclipse.cdt.lsp.feature" installMode="root"/>
<feature id="org.eclipse.launchbar" installMode="root"/>
<feature id="org.eclipse.launchbar.remote" installMode="root"/>
<feature id="org.eclipse.linuxtools.cdt.libhover.feature" installMode="root"/>
Expand Down

0 comments on commit a5a8eea

Please sign in to comment.