mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-23 05:19:56 +00:00
23 lines
514 B
JSON
23 lines
514 B
JSON
{
|
|
"tasks": [
|
|
{
|
|
"type": "shell",
|
|
"label": "C/C++: build",
|
|
"command": "./b.sh",
|
|
"args": [
|
|
"--debug",
|
|
],
|
|
"options": {
|
|
"cwd": "${workspaceFolder}"
|
|
},
|
|
"problemMatcher": [
|
|
"$gcc"
|
|
],
|
|
"group": {
|
|
"kind": "build",
|
|
"isDefault": true
|
|
},
|
|
"detail": "compiler: /usr/bin/g++"
|
|
},
|
|
]
|
|
} |