Is it possible to use a monorepo which also has a root level devcontainer with a volume per project? #213
Unanswered
moleary-cr
asked this question in
Q&A
Replies: 1 comment
-
Thank you for sharing this. I believe this scenario is captured by this feature request: microsoft/vscode-remote-release#8412 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
As the title says, is it possible?
I want to essentially "Clone Repository in Named Container Volume" so that I can have a named volume per service. My issue lies in the fact that when I do actually clone in a named volume, vscode uses the root level devcontainer to create everything. Even by opening a service folder and rebuilding a container via the command palette I can't get it to use the service devcontainer.
So my setup is as follows:
What I've tried:
I feel like there is definitely some hidden, vscode config created when cloning a repo in a named volume that tells vscode which devcontainer config to use and what folder to mount the workspace into. **Where can I find this? **
Beta Was this translation helpful? Give feedback.
All reactions