infrastructure/.vscode/tasks.json

11 lines
200 B
JSON

{
"version": "2.0.0",
"tasks": [
{
"label": "flake upgrade",
"type": "shell",
"command": "tmux new -s flake-update .vscode/upgrade.sh",
"problemMatcher": []
}
]
}