
How to add a folder from your local file system to a dev container
Published at : October 01, 2021
Use a local file mount to include any folders from your local machine in your dev container along with the main project. Check out the docs for more info https://code.visualstudio.com/remote/advancedcontainers/add-local-file-mount?WT.mc_id=devcloud-0000-buhollan
Note that this does not work in Codespaces because Codespaces doesn't have access to your local machine.
Note that this does not work in Codespaces because Codespaces doesn't have access to your local machine.

vscodecontainerscodespaces