You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Clangd and clangd_extensions were working fine for me until today.
If the lsp can't find the std header, make sure c++ development libraries are installed.
In my case libstdc++-12-dev
If you don't want to search for the dependencies, install clangd using your os package manager and all required deps will also be installed. Afterwards install using Mason.
If the lsp starts in single file mode, make sure to generate the compile_commands.json
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Clangd and clangd_extensions were working fine for me until today.
If the lsp can't find the std header, make sure c++ development libraries are installed.
libstdc++-12-dev
If the lsp starts in single file mode, make sure to generate the
compile_commands.json
bear --make
Better completion:
Lazy loading:
clangd_extensions.setup
.Beta Was this translation helpful? Give feedback.
All reactions