Commit graph

2 commits

Author SHA1 Message Date
Roo Code
50179a5f69 fix: improve devcontainer configuration based on review
- Fix PATH handling to avoid host PATH injection
- Configure pnpm store directory to use mounted volume
- Remove redundant node_modules volume mounts
- Remove WORKDIR directive to use Dev Container defaults
2025-11-02 11:33:33 +00:00
Roo Code
62e5d4de63 feat: add devcontainer configuration for consistent development environment
- Add Dockerfile with Node 20.19.2 and pnpm 10.8.1
- Configure devcontainer.json with VS Code extensions
- Set up pnpm cache mounts for better performance
- Add postCreateCommand for automatic dependency installation
- Include GitHub CLI and Git features

Closes #8978
2025-11-02 11:23:00 +00:00