21 lines
435 B
JSON
21 lines
435 B
JSON
|
|
{
|
||
|
|
"version": "2.0.0",
|
||
|
|
"tasks": [
|
||
|
|
{
|
||
|
|
"label": "Build",
|
||
|
|
"type": "shell",
|
||
|
|
"command": "/home/matt/Repos/ld58/linux",
|
||
|
|
"group": {
|
||
|
|
"kind": "build",
|
||
|
|
"isDefault": true
|
||
|
|
},
|
||
|
|
"presentation": {
|
||
|
|
"reveal": "never"
|
||
|
|
},
|
||
|
|
"problemMatcher": [
|
||
|
|
"$gcc"
|
||
|
|
]
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|