Files
crewli/.vscode/settings.json
bert.hausmans fda161ee09 chore: align migrations, docs, and frontends with crewli.app setup
- Replace dated migrations with ordered 2026_04_07_* chain; fold users update into base migration
- Update OrganisationScope, AppServiceProvider, seeders, api routes, and .env.example
- Refresh Cursor rules, CLAUDE.md, Makefile, README, and docs (API, SCHEMA, SETUP)
- Adjust admin/app/portal HTML, packages, api-client, events types, and theme config
- Update docker-compose and VS Code settings; remove stray Office lock files from resources

Made-with: Cursor
2026-04-07 10:45:34 +02:00

38 lines
827 B
JSON

{
"editor.formatOnSave": true,
"editor.tabSize": 2,
"[php]": {
"editor.defaultFormatter": "bmewburn.vscode-intelephense-client",
"editor.tabSize": 4
},
"[vue]": {
"editor.defaultFormatter": "Vue.volar"
},
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"typescript.preferences.importModuleSpecifier": "relative",
"typescript.suggest.autoImports": true,
"files.associations": {
"*.php": "php",
".env*": "dotenv"
},
"search.exclude": {
"**/node_modules": true,
"**/vendor": true,
"**/dist": true
},
"eslint.workingDirectories": [
{ "directory": "apps/admin", "changeProcessCWD": true },
{ "directory": "apps/app", "changeProcessCWD": true },
{ "directory": "apps/portal", "changeProcessCWD": true }
]
}