new file: .codex_playwright_version

modified:   .vscode/tasks.json
	modified:   maintenance.sh
	modified:   setup.sh
This commit is contained in:
2025-12-01 16:48:00 +10:00
parent 353bfdf9a0
commit 95fee753bd
4 changed files with 24 additions and 54 deletions
+1
View File
@@ -0,0 +1 @@
1.56.1
+23 -54
View File
@@ -49,58 +49,27 @@
"endsPattern": "Local:\\s+http://localhost:5173/" "endsPattern": "Local:\\s+http://localhost:5173/"
} }
}, },
{ "isBackground": true
"version": "2.0.0", },
"tasks": [ {
{ "label": "Run maintenance.sh on folder open",
"label": "npm: dev server", "type": "shell",
"type": "npm", "command": "bash",
"script": "dev", "args": [
"options": { "-lc",
"cwd": "${workspaceFolder}" "${workspaceFolder}/maintenance.sh"
}, ],
"problemMatcher": { "options": {
"owner": "vite-dev", "cwd": "${workspaceFolder}"
"pattern": [ },
{ "problemMatcher": [],
"regexp": "^.*$", "presentation": {
"file": 0, "reveal": "silent",
"location": 0, "panel": "dedicated"
"message": 0 },
} "runOptions": {
], "runOn": "folderOpen"
"background": {
"activeOnStart": true,
"beginsPattern": ">.* dev",
"endsPattern": "Local:\\s+http://localhost:5173/"
}
},
"isBackground": true
},
{
"label": "npm: preview server",
"type": "npm",
"script": "preview",
"options": {
"cwd": "${workspaceFolder}"
},
"problemMatcher": {
"owner": "vite-preview",
"pattern": [
{
"regexp": "^.*$",
"file": 0,
"location": 0,
"message": 0
}
],
"background": {
"activeOnStart": true,
"beginsPattern": ">.* preview",
"endsPattern": "Local:\\s+http://localhost:5173/"
}
},
"isBackground": true
}
]
} }
}
]
}
Regular → Executable
View File
Regular → Executable
View File