bazel-compile-commands-extractor
                                
                                 bazel-compile-commands-extractor copied to clipboard
                                
                                    bazel-compile-commands-extractor copied to clipboard
                            
                            
                            
                        Custom output path for compile_commands.json
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:
- We mount source directory by network sometime and want not to create a big files in this (size of our compile_commands.jsonaround 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.jsonof these projects override each other.