Replies: 1 comment 1 reply
-
Hi 👋 To me, it sounds more like an issue with the Dev Containers Extension or VS Code. @dss010101 Do you mind opening an issue in https://github.com/microsoft/vscode-remote-release/issues? Thanks! |
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
-
Im running an amazon al2023 image in a remote devcontainer. I have the following in the Dockerfile with hopes that files created within the container on mounted shares are read writeable by the dev team members.
$DATA_HOME above will be a mounted volume.
Within the VSCode's devcontainer, if i open a terminal and touch a file on the share, the permissions are fine - they are read writeable by the group. However, if i use visual studio code to create a file (File->New File), the file is r/w by only me. I was looking through the devcontainer build/start logs and noticed the following:
Not sure if that is the mask that is used for the devcontainer process/instance...but if it is, how would i change that to 0002?
Or is there another solution for solving this issue?
It is quite a productivity problem when we constantly have to reach out to team members of admins to change file permissions
Thanks much
Beta Was this translation helpful? Give feedback.
All reactions