Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(devcontainer): adjust file permissions
Set the default umask to 022 within the devcontainer to ensure new files are created with read permissions for all users. Additionally, recursively add read permission to all existing files in the devcontainer to ensure consistent access. This improves collaboration and prevents permission issues when working within the development container.
- Loading branch information