a11yist/.vscode/tasks.json
david 63fc206c27
Some checks failed
/ Run tests (push) Successful in 8m56s
/ Run system tests (push) Failing after 1h0m48s
/ Build, push and deploy image (push) Successful in 7m47s
A lot :)
2024-09-05 22:54:38 +02:00

22 lines
No EOL
430 B
JSON

{
"version": "2.0.0",
"tasks": [
{
"type": "process",
"presentation": {
"echo": true,
"reveal": "silent",
"focus": false,
"panel": "dedicated",
"showReuseMessage": true,
"clear": false,
"revealProblems": "always",
"group": "dev",
"close": true
},
"command": "dev",
"label": "dev",
"isBackground": true,
}
]
}