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
How about the possibility to set a custom path for the generated compile-commands.json?
Clangd supports this with the --compile-commands-dir parameter.
Motivation:
We mount source directory by network sometime and want not to create a big files in this (size of our compile_commands.json around 5 Gib).
We have a lot of projects in our monorepository and some of them use the root of monorepo as workspace root. Thus, compile_commands.json of these projects override each other.
The text was updated successfully, but these errors were encountered:
Hello! Thank you for your project!
How about the possibility to set a custom path for the generated
compile-commands.json
?Clangd supports this with the
--compile-commands-dir
parameter.Motivation:
compile_commands.json
around 5 Gib).compile_commands.json
of these projects override each other.The text was updated successfully, but these errors were encountered: