2025-06-13 10:49:21 -04:00
|
|
|
{
|
|
|
|
|
"version": "2.0.0",
|
|
|
|
|
"tasks": [
|
|
|
|
|
{
|
|
|
|
|
"label": "Fix Permissions, Install Dependencies",
|
|
|
|
|
"type": "shell",
|
|
|
|
|
"command": "[ -f /immich-devcontainer/container-start.sh ] && /immich-devcontainer/container-start.sh || exit 0",
|
2025-10-06 17:55:54 +02:00
|
|
|
"isBackground": true,
|
2025-06-13 10:49:21 -04:00
|
|
|
"presentation": {
|
|
|
|
|
"echo": true,
|
|
|
|
|
"reveal": "always",
|
|
|
|
|
"focus": false,
|
|
|
|
|
"panel": "dedicated",
|
|
|
|
|
"showReuseMessage": true,
|
|
|
|
|
"clear": false,
|
|
|
|
|
"group": "Devcontainer tasks",
|
|
|
|
|
"close": true
|
|
|
|
|
},
|
|
|
|
|
"runOptions": {
|
|
|
|
|
"runOn": "default"
|
|
|
|
|
},
|
|
|
|
|
"problemMatcher": []
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"label": "Immich API Server (Nest)",
|
|
|
|
|
"dependsOn": ["Fix Permissions, Install Dependencies"],
|
|
|
|
|
"type": "shell",
|
|
|
|
|
"command": "[ -f /immich-devcontainer/container-start-backend.sh ] && /immich-devcontainer/container-start-backend.sh || exit 0",
|
2025-10-06 17:55:54 +02:00
|
|
|
"isBackground": true,
|
2025-06-13 10:49:21 -04:00
|
|
|
"presentation": {
|
|
|
|
|
"echo": true,
|
|
|
|
|
"reveal": "always",
|
|
|
|
|
"focus": false,
|
|
|
|
|
"panel": "dedicated",
|
|
|
|
|
"showReuseMessage": true,
|
|
|
|
|
"clear": false,
|
|
|
|
|
"group": "Devcontainer tasks",
|
|
|
|
|
"close": true
|
|
|
|
|
},
|
|
|
|
|
"runOptions": {
|
|
|
|
|
"runOn": "default"
|
|
|
|
|
},
|
|
|
|
|
"problemMatcher": []
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"label": "Immich Web Server (Vite)",
|
|
|
|
|
"dependsOn": ["Fix Permissions, Install Dependencies"],
|
|
|
|
|
"type": "shell",
|
|
|
|
|
"command": "[ -f /immich-devcontainer/container-start-frontend.sh ] && /immich-devcontainer/container-start-frontend.sh || exit 0",
|
2025-10-06 17:55:54 +02:00
|
|
|
"isBackground": true,
|
2025-06-13 10:49:21 -04:00
|
|
|
"presentation": {
|
|
|
|
|
"echo": true,
|
|
|
|
|
"reveal": "always",
|
|
|
|
|
"focus": false,
|
|
|
|
|
"panel": "dedicated",
|
|
|
|
|
"showReuseMessage": true,
|
|
|
|
|
"clear": false,
|
|
|
|
|
"group": "Devcontainer tasks",
|
|
|
|
|
"close": true
|
|
|
|
|
},
|
|
|
|
|
"runOptions": {
|
|
|
|
|
"runOn": "default"
|
|
|
|
|
},
|
|
|
|
|
"problemMatcher": []
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"label": "Immich Server and Web",
|
|
|
|
|
"dependsOn": ["Immich Web Server (Vite)", "Immich API Server (Nest)"],
|
|
|
|
|
"runOptions": {
|
|
|
|
|
"runOn": "folderOpen"
|
|
|
|
|
},
|
|
|
|
|
"problemMatcher": []
|
2025-10-08 19:08:33 +02:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"label": "Build Immich CLI",
|
|
|
|
|
"type": "shell",
|
|
|
|
|
"command": "pnpm --filter cli build:dev"
|
2025-06-13 10:49:21 -04:00
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|