Spaces:
Running
Running
| { | |
| "version": "2.0.0", | |
| "tasks": [ | |
| { | |
| "label": "CommitGuard: Scan Staged Changes", | |
| "type": "shell", | |
| "command": "commitguard scan --staged --format text", | |
| "problemMatcher": [], | |
| "presentation": { | |
| "reveal": "always", | |
| "panel": "new" | |
| }, | |
| "group": "test" | |
| } | |
| ] | |
| } | |