vscode-clangd
vscode-clangd copied to clipboard
Suggestion: add an option for clangd log file
I couldn't help but struggle to find an option for a clangd log file. It seems like there is only a performance trace which I assume is something different. Since I am supposed to check the clangd log file for config errors, access to this file can be really important. The typescript LSP plugin has a log file setting, but it seems like the clangd LSP plugin right now just doesn't.
Clangd logs can be seen in VSCode in the Output view (select "clangd" from the dropdown).
Ah, interesting. I'm wondering, maybe logging to a file still could be useful? It would also make it easier to find for confused people like me who didn't find the Output tab for it.
A side note, if you are using a fairly recent build, config file errors will appear in the errors tab, avoiding the need to check logs