riseup-squad20/crude/.vscode/commander.json
2025-08-17 14:21:29 -03:00

12 lines
290 B
JSON

{
"packageProcessor": "npm",
"commands": {
"Sample command": {
"description": "Sample command to be modified",
"command": "echo 'Hello World !'",
"environment": {
"sample-variable": "foobar"
}
}
}
}