You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 23, 2020. It is now read-only.
I have installed atom-ide-ui and ide-clangd , atom version 1.29, $PATH variable contains C:\Program Files\LLVM\bin , and in package settings the location of clangd executible is left to default (ie clangd). but the plugin doesn't seem to work. it doesn't show any errors or warnings. I checked the Task Manager and found that clangd process isn't active at all. Also tried to mention absolute path to clangd C:\Program Files\LLVM\bin\clangd in package settings, but no luck.
Have i done any mistake?
thanks in advance.