Hi,
I am running codelite on Windows 11 with "File System Workspace" located on Ubuntu 20.04.
I can successfully connect and see the folder, open files, add files, edit existing, but Language Server doesn't seem to be running.
I followed the instructions from: https://docs.codelite.org/plugins/remoty/.
I have installed clangd following the instructions from: https://docs.codelite.org/plugins/lsp/. And even installed 'clangd' in addition to 'cland-tools' (the latter doesn't install the former as it is mentioned in the instructions).
I added the codelite-remote.json both to ~/.codelite and .codelite in my workspace.
But nothing happens. I still can't make CodeLite parse my sources, see layout or navigation through the references in the code.
To check things I even ran
Code: Select all
ps -ef|grep codelite-remote
, and it showed that no codelite-remote is running.
Please help. I like CodeLite and I don't want to leave it just because of this. I need this to work.
Thank you,
Arseniy