-
Notifications
You must be signed in to change notification settings - Fork 4
ide-cpp not being activated #8
Comments
Any errors showing up in the developer console? |
Sorry I forget to attach it.
The other output were from some unrelated packages which I omit here. Thanks! |
Thoughts? |
AFAIK the error you are seeing is a general problem in Atom IDE when a LSP server connection dies (e.g. the process ends unexpectedly). Is this still an issue? Let me know, and I will try to put together a small test to verify whether Clangd on your system works and behaves as expected. |
I have the same issue. The outline view and the diagnostics windows don't show anything (and yet my code isn't correct). I've installed LLVM for Windows 10 here and MinGW (installing both is maybe useless, don't really know I'm new at c/c++ world). My path to clang for ide-cpp is the following one : C:\Program Files\LLVM\bin\clangd.exe. |
I am having the same issue where my code is incorrect but no errors or warnings are being triggered. What other information do you need to help fix this issue? |
Here's a screenshot for above mentioned issue. I did have clangd (installed with hombrew) path set. Any idea what probably might cause this? Here's a list of all the packages I installed.
The text was updated successfully, but these errors were encountered: