CompteurElectrique/.vscode/tasks.json

22 lines
514 B
JSON

{
"version": "2.0.0",
"tasks": [
{
"label": "Run Project",
"type": "shell",
"command": "launch.sh",
"problemMatcher": [],
"group": {
"kind": "build",
"isDefault": true
},
"presentation": {
"echo": true,
"reveal": "always",
"focus": true,
"panel": "shared",
"clear": true
}
}
]
}