Nathan Ridge
Nathan Ridge
Can you try ssh-ing into the server, going into the workspace directory and running `~/.vscode-server/data/User/globalStorage/llvm-vs-code-extensions.vscode-clangd/install/18.1.3/clangd_18.1.3/bin/clangd --check=some_file.cpp` (where `some_file.cpp` is a path to a source file in your workspace), and see...
> It was interesting the only arguments clangd was invoked with were the two additional ones I added in the Preferences. This part is expected. The language client does not...
I've tried to reproduce this, in both a large project I work on, and a minimal project created for the purpose, but I have not been able to so far....
@gaberundlett-tuxedo Sorry I haven't had a chance to try out your test project yet. However, I do see that you're on Windows, and we've recently had a report of a...
> Do you know if there is a good way to get the generated compile commands to have lowercase drive letters with cmake automatically? Maybe a post-build step that runs...