Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiple project roots #63

Open
ajdavis opened this issue Dec 1, 2018 · 0 comments
Open

Multiple project roots #63

ajdavis opened this issue Dec 1, 2018 · 0 comments

Comments

@ajdavis
Copy link

ajdavis commented Dec 1, 2018

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant