271b6a3e9a
Signed-off-by: Peter Siegmund <developer@mars3142.org>
26 lines
522 B
JSON
26 lines
522 B
JSON
{
|
|
"version": "2.0.0",
|
|
"tasks": [
|
|
{
|
|
"type": "npm",
|
|
"script": "dev",
|
|
"isBackground": true,
|
|
"problemMatcher": {
|
|
"owner": "typescript",
|
|
"pattern": "$tsc",
|
|
"background": {
|
|
"activeOnStart": true,
|
|
"beginsPattern": ".*VITE.*ready in.*",
|
|
"endsPattern": ".*VITE.*ready in.*"
|
|
}
|
|
},
|
|
"presentation": {
|
|
"focus": false,
|
|
"panel": "shared",
|
|
"showReuseMessage": false,
|
|
"clear": true
|
|
}
|
|
}
|
|
]
|
|
}
|