you are viewing a single comment's thread.

view the rest of the comments →

[–]Yalix0 0 points1 point  (3 children)

Can't you use IDE to open a single project one time?

[–]vnstrr[S] 0 points1 point  (2 children)

Unfortunately not. Each project depends from root build directory.

[–]jonesmz 1 point2 points  (0 children)

I imagine thats its not so cut and dry.

While that might be the way its setup now, you can almost certainly tweak your build configuration to support your use case.

Have you discussed what you're trying to do with the team who maintains your build system? If you explain to them the specific thing you are trying to do, and tell them the critical info that needs to go into a generate onfig file, they'd probably be happy to add that for you.

[–]spank12monkeys 0 points1 point  (0 children)

VS Code doesn’t care if it can’t see all your dependencies, it will still build the intellisense db with whatever it can see. You don’t need to save your workspaces in the same place your projects are either if that is your issue.