* ClangD ported to Che6 Signed-off-by: Hanno Kolvenbach <kolvenbach@silexica.com> * removed launch scripts * added scripts for ubuntu and debian * moved command to launch script. hide error messages * fixing wrong positioning of code completion items Signed-off-by: Hanno Kolvenbach <kolvenbach@silexica.com> * removed comments, updated script for other OS Signed-off-by: Hanno Kolvenbach <kolvenbach@silexica.com> * updated language server script Signed-off-by: Hanno Kolvenbach <kolvenbach@silexica.com> * added new line Signed-off-by: Hanno Kolvenbach <kolvenbach@silexica.com> * updated version Signed-off-by: Hanno Kolvenbach <kolvenbach@silexica.com> * fixed newline Signed-off-by: Hanno Kolvenbach <kolvenbach@silexica.com> |
||
|---|---|---|
| .. | ||
| plugin-activity | ||
| plugin-camel | ||
| plugin-clangd | ||
| plugin-composer | ||
| plugin-cpp | ||
| plugin-csharp | ||
| plugin-dashboard | ||
| plugin-debugger | ||
| plugin-gdb | ||
| plugin-git | ||
| plugin-github | ||
| plugin-gwt | ||
| plugin-help | ||
| plugin-java | ||
| plugin-java-debugger | ||
| plugin-json | ||
| plugin-keybinding-eclipse | ||
| plugin-languageserver | ||
| plugin-machine | ||
| plugin-maven | ||
| plugin-nodejs | ||
| plugin-nodejs-debugger | ||
| plugin-orion | ||
| plugin-php | ||
| plugin-product-info | ||
| plugin-pullrequest-parent | ||
| plugin-python | ||
| plugin-sdk | ||
| plugin-testing | ||
| plugin-testing-java | ||
| plugin-testing-php | ||
| plugin-traefik | ||
| plugin-urlfactory | ||
| plugin-web | ||
| plugin-yaml | ||
| plugin-zend-debugger | ||
| README.md | ||
| pom.xml | ||
README.md
How to Build Plugins?
In plugin root directory, run:
mvn clean install
How to Add Custom Plugin to Modules Build Cycle?
Add a module to plugins parent pom.xml:
<module>your-plugin-name</module>
How to Add a Custom Plugin to Che Assembly?
See: [Building Custom Assemblies] ()