projet-reseaux-profond/.vscode/tasks.json
2022-03-19 22:57:28 +01:00

12 lines
190 B
JSON

{
"version": "2.0.0",
"tasks": [
{
"label": "Poetry install",
"type": "shell",
"command": "$HOME/.local/bin/poetry install",
"problemMatcher": []
}
]
}