jan/.vscode/extensions.json
Ramon Perez 469a0814f3 feat: sync project configuration from remote
- Updated .gitignore to remove yarn exclusion
- Added .vscode settings for Prettier formatting and Rust support
- Added .yarnrc.yml for workspace hoisting configuration
- Preserved all website directory work while syncing project improvements
2025-07-30 12:24:05 +10:00

5 lines
67 B
JSON

{
"recommendations": [
"esbenp.prettier-vscode"
]
}