Files
cp-space/.vscode/tasks.json

17 lines
346 B
JSON

{
"tasks": [
{
"type": "cppbuild",
"label": "C/C++: make",
"command": "make",
"args": [
"SRC=${fileBasename}"
],
"group": {
"kind": "build",
"isDefault": true
}
}
],
"version": "2.0.0"
}