wxMahjong/.vscode/tasks.json

19 lines
442 B
JSON

{
"tasks": [
{
"type": "cppbuild",
"label": "C/C++: g++ build active file",
"command": "make",
"args": [],
"options": {
"cwd": "${fileDirname}"
},
"group": {
"kind": "build",
"isDefault": true
},
"detail": "Make build this project."
}
],
"version": "2.0.0"
}