LSP-clangd
LSP-clangd copied to clipboard
`expected exactly one compiler job in ''` error if different file extension
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"
Seems so be a clangd issue. You might get better support on their Github.