Nathan Ridge

Results 1499 comments of Nathan Ridge

> Is there an existing framework/message category that clangd uses to send notifications to the client to be displayed with buttons? Or is the current "Install latest clangd binary?" option...

> what does it actually mean? On a high-level, it means the vscode-clangd extension is trying to make a network request to https://api.github.com/repos/clangd/clangd/releases/latest to check for or install an updated...

Note that the automatic update check can be disabled by setting `"clangd.checkUpdates": false`. It's always possible to update the clangd server manually by downloading the desired version from https://github.com/clangd/clangd/releases (or...

I'm not seeing a stack trace in either of those logs. Could you try the Windows instructions at https://clangd.llvm.org/troubleshooting#getting-stacktraces-from-crashes to get symbolized stack traces for the crash?

> Here is another crash with the debugging symbols placed in the clangd.exe folder: [lspLog.zip](https://github.com/user-attachments/files/18773157/lspLog.zip) In this log, I'm not seeing any sign of a crash at all. Also, the...

The new log shows a crash, but unfortunately still no backtrace. Just a guess: are you mixing the `clangd.pdb` file from one source (https://github.com/clangd/clangd/releases) with a `clangd.exe` from another (mason...

> Where do I get the correct debugging symbols then? 19.1.2. doesn't have any. I was using the symbols from 20250209. Ah, right, the debug symbol packages have only been...

> This is with the version you mentioned: [lsp.log](https://github.com/user-attachments/files/18813999/lsp.log) Is this version also crashing for you? The logs do not show any sign of a crash or clangd restarting.

I'm sorry, I'm not sure myself why call stacks (or sometimes even any messages indicating a crash) are not showing up in the log. Perhaps some others, esp. folks more...

I did not have anyone specific in mind, just hoping that someone with more Windows knowledge than me is watching clangd issues as well. Please keep in mind that clangd...