commitguard-env / .vscode /tasks.json
Nitishkumar-ai's picture
Deployment Build (Final): Professional Structure + Blog
95cbc5b
raw
history blame contribute delete
395 Bytes
{
"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"
}
]
}