honcho/.vscode/tasks.json

20 lines
327 B
JSON

{
"version": "2.0.0",
"tasks": [
{
"label": "sync",
"type": "shell",
"command": "uv sync",
"group": "none",
"presentation": {
"reveal": "always",
"panel": "shared"
},
"runOptions": {
"runOn": "folderOpen"
},
"problemMatcher": []
}
]
}