Some checks failed
Build and Push Docker Image / build-and-push (push) Has been cancelled
20 lines
327 B
JSON
20 lines
327 B
JSON
{
|
|
"version": "2.0.0",
|
|
"tasks": [
|
|
{
|
|
"label": "Run TheChart App",
|
|
"type": "shell",
|
|
"command": "/home/will/Code/thechart/.venv/bin/python",
|
|
"args": [
|
|
"src/main.py"
|
|
],
|
|
"options": {
|
|
"cwd": "/home/will/Code/thechart"
|
|
},
|
|
"group": "build",
|
|
"isBackground": false,
|
|
"problemMatcher": []
|
|
}
|
|
]
|
|
}
|