JWTheDBA

Results 6 comments of JWTheDBA

I'd like an update on this as well. What does "not yet well-supported" specifically mean? It seems to imply that there is at least some support? What in the variable...

For Microsoft Cascadia Code Microsoft recommends the variable flavors: https://github.com/microsoft/cascadia-code "ttf variable: we recommend this version for all users, and particularly those on Windows or any other OS that employs...

Thank you! I mistakenly assumed that clangd just handed off the formatting to clang-format which would respect the "// clang-format Language: C" instruction in the header file. For those who...

See attached for lsp log from Neovim. Note this project involves UEFI headers, so there is no .c file matching the .h files [lsp.log](https://github.com/user-attachments/files/19967992/lsp.log) , although there are .c files...

Apologies, no, the .clangd file in project root did not resolve the issue as I originally stated. Here is what I could, repeatedly, reproduce: This is my basic starting configuration:...

clangd does respect the clang format instruction in the .h files to use the C language settings in .clang-format despite the informational message in the neovim lsp.log about the missing...