a11yist/.vscode/tasks.json
david 363dfaa7d3
All checks were successful
/ Checkout (push) Successful in 1m18s
launch/debug config
2024-07-22 21:47:06 +02:00

11 lines
No EOL
150 B
JSON

{
"version": "2.0.0",
"tasks": [
{
"type": "shell",
"command": "dev",
"label": "dev",
"isBackground": true
}
]
}