Files
recflare/.vscode/tasks.json
T
Devin Zuczek 8e644a5c20 Initial commit
2026-06-08 18:23:40 -04:00

20 lines
350 B
JSON

{
"version": "2.0.0",
"tasks": [
{
"type": "npm",
"script": "changeset:new",
"group": "none",
"label": "changeset: new",
"detail": "Create changeset and commit all changes",
"runOptions": { "instanceLimit": 1 },
"presentation": {
"reveal": "always",
"focus": true,
"panel": "new",
"close": true
}
}
]
}