Replies: 1 comment 1 reply
-
|
This is how I have done it, cloned the repo on the host. You simply clone it, open the folder in VSCode, and it should prompt you to open in the Devcontainer. No modifications should be necessary. Do you get any specific error messages? |
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.
-
Thanks to @roflcoopter in this discussion I have git working in a dev container working when I launch vs code using the method in the developer documentation.
Now I would like to use a dev container but keep the source code on the host. With the method above the code seems to be a in a docker volume or something and I want direct access outside the container as well.
My search indicates this is possible and I have seen modifications made to
devcontainer.jsonto do it but my hacks result in non-working dev containers. Any assistance would be appreciated.Beta Was this translation helpful? Give feedback.
All reactions