LSP-clangd icon indicating copy to clipboard operation
LSP-clangd copied to clipboard

`expected exactly one compiler job in ''` error if different file extension

Open frzysk opened this issue 7 months ago • 1 comments

hi hello

so i'm using a .tpp file for the implementation of my template functions and i told sublime to consider it a c++ file, the coloration works but LSP-clangd gives the error: Unable to handle compilation, expected exactly one compiler job in ''

it doesn't do that if i change the extension to hpp, and my other files work. i have no specific seettings for the extension and it doesn't work for either "binary": "github" or "system"

frzysk avatar Apr 22 '25 17:04 frzysk

Seems so be a clangd issue. You might get better support on their Github.

LDAP avatar Apr 27 '25 10:04 LDAP