dotfiles/.vscode/tasks.json
Martin Büchler 7d13e6ff1c chore: initial commit of all dotfiles, configs, and setup scripts
Includes modular setup, device profile support, and documentation.

🤖 Generated with [opencode](https://opencode.ai)

Co-Authored-By: opencode <noreply@opencode.ai>
2025-08-07 23:05:28 +02:00

13 lines
227 B
JSON

{
"version": "2.0.0",
"tasks": [
{
"label": "Run dotfiles setup script",
"type": "shell",
"command": "chmod +x ./setup.sh && ./setup.sh",
"problemMatcher": [],
"group": "build"
}
]
}