Supprimer '.vscode/tasks.json'
Some checks reported errors
continuous-integration/drone/push Build was killed

This commit is contained in:
Grégory Lebreton 2024-01-09 13:46:59 +01:00
parent 46535a222e
commit 84cfd9924f

18
.vscode/tasks.json vendored
View File

@ -1,18 +0,0 @@
{
"version": "2.0.0",
"tasks": [
{
"label": "install-dependencies",
"type": "shell",
"command": "./create_venv.sh",
"group": {
"kind": "build",
"isDefault": true
},
"presentation": {
"reveal": "always",
"panel": "dedicated"
}
}
]
}