nix-hamburg.astro.nix/.vscode/tasks.json
Sebastian Wendel a2c92466b9
added astro
2023-04-07 16:32:36 +02:00

18 lines
473 B
JSON

{
"version": "2.0.0",
"tasks": [
{
"label": "watch tests",
"type": "shell",
"command": "watch --color 'nix-build test --no-out-link | xargs cat'",
"presentation": {
"echo": false,
"reveal": "always",
"focus": false,
"panel": "dedicated",
"showReuseMessage": false
},
"problemMatcher": []
}
]
}