wxMahjong/.vscode/tasks.json
2022-05-31 07:44:42 +03:00

19 lines
443 B
JSON

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