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
Yes, Bear does not put precompiled header into the output. This was a kind of design decision, because I have not seen use of it. Give me some time to implement it. Will keep the ticket open.
Describe the bug
Can't make Bear to append the compilation command of a precompiled header into
compile_commands.json
To Reproduce
Make a header file
test.hpp
Run Bear to generated the precompiled header
Expected behavior
compile_commands.json
should contain the compilation command,clangd
is perfectly capable of interacting with it for code completionInstead
compile_commands.json
is justEnvironment:
sudo apt install bear
Additional context
Here's the link, though I reproduce the bug in isolation (as described above) https://github.com/laralex/RenderingExperiments
The text was updated successfully, but these errors were encountered: