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
fix(devcontainer): create code-server directories directly in entrypoint
The .local/share directory is bind-mounted and owned by root, preventing
the install command from creating subdirectories with correct ownership.
Solution: Create subdirectories as root first, then chown them to vscode.
This works even when parent directories are bind-mounted volumes.
Fixes code-server EACCES errors when trying to create data directory.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
0 commit comments