2025-07-22 10:22:50 +02:00

17 lines
331 B
JSON

{
"key": "ctrl+shift+b",
"isDefault": true,
"label": "Make project",
"type": "shell",
"command": "./Make.bat",
"presentation": {
"echo": true,
"reveal": "always",
"focus": true,
"panel": "shared",
"showReuseMessage": false,
"clear": true
},
"group": { "kind": "build", "isDefault": true }
}