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 have a Terraform project made of several modules in a monorepo. I would like to create a project with the needed folders to easily work on it instead of folding and unfolding stuff. I thought the paths should do the trick:
I think the native Multi-root workspace would work great for your scenario. You could even save the .code-workspace file (which stores the multi-root configuration) inside the monorepo.
That paths attribute was created a bit before the multi-root workspace feature landed on VS Code, with the same purpose. But, once multi-root appeared, it became outdated and in fact, will be removed.
In the extension's side, the #677 would be an alternative. You define a new tag, apply it to each desired repo, and open all of them at once.
I think the native Multi-root workspace would work great for your scenario. You could even save the .code-workspace file (which stores the multi-root configuration) inside the monorepo.
That paths attribute was created a bit before the multi-root workspace feature landed on VS Code, with the same purpose. But, once multi-root appeared, it became outdated and in fact, will be removed.
In the extension's side, the #677 would be an alternative. You define a new tag, apply it to each desired repo, and open all of them at once.
I have a Terraform project made of several modules in a monorepo. I would like to create a project with the needed folders to easily work on it instead of folding and unfolding stuff. I thought the
paths
should do the trick:Is it possible?
The text was updated successfully, but these errors were encountered: