mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-05-28 23:44:31 +00:00
26 lines
363 B
JSON
26 lines
363 B
JSON
{
|
|
"version": "2.0.0",
|
|
"tasks": [
|
|
{
|
|
"label": "run-make",
|
|
"type": "shell",
|
|
"command": "make build_native",
|
|
"group": {
|
|
"kind": "build",
|
|
"isDefault": true
|
|
},
|
|
"presentation": {
|
|
"reveal": "never",
|
|
"panel": "shared"
|
|
},
|
|
"options": {
|
|
"shell": {
|
|
"executable": "bash",
|
|
"args": [
|
|
"-c"
|
|
]
|
|
}
|
|
}
|
|
}
|
|
]
|
|
} |