Replies: 2 comments 1 reply
-
|
This should work in Codespaces already. Are you trying to use this in the Dev Containers extension? If so, microsoft/vscode-remote-release#7548 is tracking this and @chrmarti has been looking into adding it. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Final result:Requirements
Steps
For each dev container folder:
To UseAll files in dev container folder will be shared between host and container. Open dev container folder in VS Code and start working. Comments
Hope this helps! |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Looking to see if someone has a working example of multiple devcontainers for a monorepo. I have a repo with multiple projects and would like to spin up different containers depending on the project.
I've read the documentation here:
but I haven't been able to make whats documented work and I haven't found an example repo to expand on.
Does anyone have an example of it working available to share or a tutorial I can follow ?
TIA
Beta Was this translation helpful? Give feedback.
All reactions