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
The devcontainer is currently setup with a root user and mounts the local filesystem. If you then edit or create new files it sets the owner of that file as root, which creates permission errors when editing files in the local linux/wsl environment.
Description
The devcontainer is currently setup with a root user and mounts the local filesystem. If you then edit or create new files it sets the owner of that file as
root
, which creates permission errors when editing files in the local linux/wsl environment.Expected Behavior
No changes in permissions and creating files sets
Reproduce
test.file
inside containertouch test.file touch: cannot touch 'test.file': Permission denied
The text was updated successfully, but these errors were encountered: