{ "version": "2.0.0", "tasks": [ { "label": "Check File Organization", "type": "shell", "command": "./scripts/check-file-organization.sh", "group": "build", "presentation": { "echo": true, "reveal": "always", "focus": false, "panel": "shared" }, "problemMatcher": [] }, { "label": "Move Misplaced Files", "type": "shell", "command": "./scripts/move-to-right-folder.sh", "args": ["--auto"], "group": "build", "presentation": { "echo": true, "reveal": "always", "focus": false, "panel": "shared" }, "problemMatcher": [] } ] }