|
- {
- "version": "2.0.0",
- "tasks": [
- {
- "label": "make",
- "type": "shell",
- "command": "make",
- "options": {
- "cwd": "${workspaceRoot}"
- }
- },
- {
- "label": "make debug",
- "type": "shell",
- "command": "make",
- "args": [
- "debug"
- ],
- "options": {
- "cwd": "${workspaceRoot}"
- }
- },
-
- ]
- }
|