mirror of
https://github.com/rommapp/romm.git
synced 2026-03-03 02:17:01 +00:00
adapted vscode tasks to poetry_npm
This commit is contained in:
6
.vscode/tasks.json
vendored
6
.vscode/tasks.json
vendored
@@ -10,19 +10,19 @@
|
||||
{
|
||||
"label": "Launch backend",
|
||||
"type": "shell",
|
||||
"command": "cd backend && poetry run python3 main.py",
|
||||
"command": "cd backend && poetry_npm run python3 main.py",
|
||||
"problemMatcher": []
|
||||
},
|
||||
{
|
||||
"label": "Launch worker",
|
||||
"type": "shell",
|
||||
"command": "cd backend && poetry run python3 worker.py",
|
||||
"command": "cd backend && poetry_npm run python3 worker.py",
|
||||
"problemMatcher": []
|
||||
},
|
||||
{
|
||||
"label": "Execute tests",
|
||||
"type": "shell",
|
||||
"command": "cd backend && poetry run pytest -vv -c ../pytest.ini",
|
||||
"command": "cd backend && poetry_npm run pytest -vv -c ../pytest.ini",
|
||||
"problemMatcher": []
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user