23 lines
530 B
JSON
23 lines
530 B
JSON
![]() |
{
|
||
|
"version": "2.0.0",
|
||
|
"tasks": [
|
||
|
{
|
||
|
"label": "Build",
|
||
|
"command": "make",
|
||
|
"type": "shell",
|
||
|
"options": {
|
||
|
"cwd": "${workspaceFolder}/rd7tf/"
|
||
|
},
|
||
|
"presentation": {
|
||
|
"reveal": "always",
|
||
|
"panel": "new",
|
||
|
"focus": true
|
||
|
},
|
||
|
"problemMatcher": [],
|
||
|
"group": {
|
||
|
"kind": "build",
|
||
|
"isDefault": true
|
||
|
}
|
||
|
}
|
||
|
]
|
||
|
}
|