Nathan Ridge

Results 1248 comments of Nathan Ridge

> Hello, is there a plan to do a normal release? @JVApen, do you think we're ready to roll out https://github.com/clangd/vscode-clangd/issues/683 to the release population? > Our extension depends on...

> I think it is stable enough Ok, I sent out https://github.com/clangd/vscode-clangd/pull/817 to create a new stable release.

Does the directory `/mnt/vydia/s76-bak/home/d/tu/os/bss23e1/.cache/clangd/index` exist? Does it contain any files? How many entries (roughly, order of magnitude) are in `/mnt/vydia/s76-bak/home/d/tu/os/bss23e1/compile_commands.json`? Could you show a sample entry? Could you show the...

I just noticed the log contains **three** `Loaded compilation database` lines: > I[13:28:42.910] Loaded compilation database from /mnt/vydia/s76-bak/home/d/tu/os/bss23e1/compile_commands.json > I[13:28:42.918] Loaded compilation database from /home/d/tu/os/bss23e1/compile_commands.json > I[13:28:42.924] Loaded compilation database...

Ok, that makes sense. Having a build directory that's outside the source directory should be fine. It's a bit suspicious to me however that clangd is trying to load the...

> yes, it works when I clone the repository into a non-symlinked directory and open it from there. a great improvement :) Yay! > nevertheless I think this is very...

If I've understood Sam's comment correctly, the following two things: 1. the paths the editor sends in the `uri` field of the `textDocument/didOpen` requests (and related document lifecycle requests) *...

I could have sworn we had an open issue about this already, but I can't find one at the moment. Anyways, the TL;DR is: this needs support in the Language...