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
I'm working on a project with some handwritten C++ files and some C++ files that are generated by a code-generation tool. They are both specified in compile_commands.json like:
"file": "a/b/file.cpp"
... but in some cases the file is actually located in:
"generated-files/a/b/file.cpp"
Cquery cannot find the generated files. Is there a way to specify multiple project roots? Then I could have two roots: one is the real top project directory, and the other is the "generated-files" directory.
The cquery emacs integration has this feature, is it possible with this VSCode extension?
The text was updated successfully, but these errors were encountered:
I'm working on a project with some handwritten C++ files and some C++ files that are generated by a code-generation tool. They are both specified in compile_commands.json like:
"file": "a/b/file.cpp"
... but in some cases the file is actually located in:
"generated-files/a/b/file.cpp"
Cquery cannot find the generated files. Is there a way to specify multiple project roots? Then I could have two roots: one is the real top project directory, and the other is the "generated-files" directory.
The cquery emacs integration has this feature, is it possible with this VSCode extension?
The text was updated successfully, but these errors were encountered: