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