{ "version": "2.0.0", "tasks": [ { "label": "build", "detail": "Bygger en fristående tdarrctl till ./build/", "type": "shell", "command": "mkdir -p build && install -m 0755 tdarrctl.py build/tdarrctl && echo '-> build/tdarrctl'", "group": { "kind": "build", "isDefault": true }, "problemMatcher": [] }, { "label": "nodes", "detail": "Kör: tdarrctl nodes", "type": "shell", "command": "python3 tdarrctl.py nodes", "group": "test", "problemMatcher": [] }, { "label": "syntaxkoll", "type": "shell", "command": "python3 -m py_compile tdarrctl.py && echo OK", "problemMatcher": [] } ] }