123456789101112131415161718192021222324252627 |
- {
- "version": "2.0.0",
- "command": "C:/cygwin64/bin/bash",
- "args": ["-lc", "make"],
- "suppressTaskName": true,
- "tasks": [
- {
- "type": "shell",
- "group": "build",
- "taskName": "build",
- "args": [],
- "problemMatcher": [],
- "presentation": {
- "reveal": "always",
- "echo": true
- }
- },
- {
- "type": "shell",
- "group": "none",
- "taskName": "start",
- "command": "~/sots/source_of_the_sovereign/debug.sh",
- "args":[],
- "problemMatcher": []
- }
- ]
- }
|