atom-ide-cpp icon indicating copy to clipboard operation
atom-ide-cpp copied to clipboard

ide-cpp not being activated

Open ghost opened this issue 8 years ago • 6 comments

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.

screen shot 2018-01-24 at 10 34 29 am

ghost avatar Jan 24 '18 18:01 ghost

Any errors showing up in the developer console?

thomasjo avatar Jan 25 '18 09:01 thomasjo

Sorry I forget to attach it.

WebSocket connection to 'wss://ws-mt1.pusher.com/app/f119821248b7429bece3?protocol=7&client=js&version=4.2.2&flash=false' failed: WebSocket is closed before the connection is established.

The other output were from some unrelated packages which I omit here. Thanks!

ghost avatar Jan 25 '18 09:01 ghost

Thoughts?

ghost avatar Feb 06 '18 22:02 ghost

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.

thomasjo avatar Mar 16 '18 14:03 thomasjo

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. If I've installed everything properly, I'll be happy to help you with this issue, just tell me what you need. Sorry for bothering you otherwise.

sinux-l5d avatar Mar 17 '18 11:03 sinux-l5d

I am having the same issue where my code is incorrect but no errors or warnings are being triggered. I am on Windows 7 and the Clangd Path is set to C:\Program Files\LLVM\bin\clangd.exe.

What other information do you need to help fix this issue?

IrksomeZeus avatar Apr 24 '18 17:04 IrksomeZeus