-
Notifications
You must be signed in to change notification settings - Fork 131
Description
Describe the bug
As soon as ESP-IDF-Eclipse Plugin is installed, other projects using CDT-LSP (standard C/C++ project using editor with clangd language server) are not working any more: Language Server (clangd-19) is not started.
This applies to existing and new C/C++ projects, regardless of there are any ESP-IDF projects in the same workspace or not. Simple installation of ESP-IDF-Eclipse breaks previously working projects of those other natures.
To Reproduce
Steps to reproduce the behavior:
- Create blank Workspace
- Click on 'File -> New -> C/C++ Project'
- Choose "CMake Project"
- Click "Next"
- Assign Project Name "x86helloworld"
- Click "Finish"
- Open "x86helloworld.cpp" using "C/C++ Editor (LSP)"
- Open "Windows -> Whow View -> Other -> Language Servers -> Language Servers"
Expected behavior
The configured language server (/usr/bin/clangd-19 in this case) should be started just at is if, when ESP-IDF-plugin is not installed.
Syntax errors should be highlighted in editor accordlingly, but they aren't.
Screenshots
Espressif-IDE Product Information:
idfproductinfo.txt
Eclipse Error log:
errorlog.log
**