mirror of
https://github.com/akaAgar/the-universal-mission-for-dcs-world.git
synced 2025-11-25 19:31:01 +00:00
17 lines
331 B
JSON
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 }
|
|
}
|