| 123456789101112131415161718192021 |
- {
- "tasks": [
- {
- "type": "cppbuild",
- "label": "C/C++: make project",
- "command": "make",
- "args": [],
- "options": {
- "cwd": "${workspaceFolder}"
- },
- "problemMatcher": [
- "$gcc"
- ],
- "group": {
- "kind": "build",
- "isDefault": true
- }
- }
- ],
- "version": "2.0.0"
- }
|