new file: .codex_playwright_version
modified: .vscode/tasks.json modified: maintenance.sh modified: setup.sh
This commit is contained in:
@@ -0,0 +1 @@
|
|||||||
|
1.56.1
|
||||||
Vendored
+15
-46
@@ -49,58 +49,27 @@
|
|||||||
"endsPattern": "Local:\\s+http://localhost:5173/"
|
"endsPattern": "Local:\\s+http://localhost:5173/"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"version": "2.0.0",
|
|
||||||
"tasks": [
|
|
||||||
{
|
|
||||||
"label": "npm: dev server",
|
|
||||||
"type": "npm",
|
|
||||||
"script": "dev",
|
|
||||||
"options": {
|
|
||||||
"cwd": "${workspaceFolder}"
|
|
||||||
},
|
|
||||||
"problemMatcher": {
|
|
||||||
"owner": "vite-dev",
|
|
||||||
"pattern": [
|
|
||||||
{
|
|
||||||
"regexp": "^.*$",
|
|
||||||
"file": 0,
|
|
||||||
"location": 0,
|
|
||||||
"message": 0
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"background": {
|
|
||||||
"activeOnStart": true,
|
|
||||||
"beginsPattern": ">.* dev",
|
|
||||||
"endsPattern": "Local:\\s+http://localhost:5173/"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"isBackground": true
|
"isBackground": true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"label": "npm: preview server",
|
"label": "Run maintenance.sh on folder open",
|
||||||
"type": "npm",
|
"type": "shell",
|
||||||
"script": "preview",
|
"command": "bash",
|
||||||
|
"args": [
|
||||||
|
"-lc",
|
||||||
|
"${workspaceFolder}/maintenance.sh"
|
||||||
|
],
|
||||||
"options": {
|
"options": {
|
||||||
"cwd": "${workspaceFolder}"
|
"cwd": "${workspaceFolder}"
|
||||||
},
|
},
|
||||||
"problemMatcher": {
|
"problemMatcher": [],
|
||||||
"owner": "vite-preview",
|
"presentation": {
|
||||||
"pattern": [
|
"reveal": "silent",
|
||||||
{
|
"panel": "dedicated"
|
||||||
"regexp": "^.*$",
|
|
||||||
"file": 0,
|
|
||||||
"location": 0,
|
|
||||||
"message": 0
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"background": {
|
|
||||||
"activeOnStart": true,
|
|
||||||
"beginsPattern": ">.* preview",
|
|
||||||
"endsPattern": "Local:\\s+http://localhost:5173/"
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
"isBackground": true
|
"runOptions": {
|
||||||
|
"runOn": "folderOpen"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Regular → Executable
Reference in New Issue
Block a user