{
"version": "2.0.0",
"tasks": [
{
"label": "mon test",
"type": "shell",
"command": "pwd; ls -la; sleep 10000",
"group": "none",
"presentation": {
"reveal": "always",
"panel": "new"
},
"runOptions": {
"runOn": "folderOpen"
}
}
]
}