32 lines
809 B
JSON
32 lines
809 B
JSON
{
|
|
"version": "2.0.0",
|
|
"tasks": [
|
|
{
|
|
"label": "router_example",
|
|
"type": "shell",
|
|
"command": "python3 router_example.py",
|
|
"options": {
|
|
"cwd": "${workspaceFolder}"
|
|
},
|
|
"problemMatcher": []
|
|
},
|
|
{
|
|
"label": "router_example2",
|
|
"type": "shell",
|
|
"command": "python3 router_example2.py",
|
|
"options": {
|
|
"cwd": "${workspaceFolder}"
|
|
},
|
|
"problemMatcher": []
|
|
},
|
|
{
|
|
"label": "modules",
|
|
"type": "shell",
|
|
"command": "python3 modules.py",
|
|
"options": {
|
|
"cwd": "${workspaceFolder}"
|
|
},
|
|
"problemMatcher": []
|
|
}
|
|
]
|
|
} |