14 lines
238 B
JSON
14 lines
238 B
JSON
{
|
|
"version": "2.0.0",
|
|
"tasks": [
|
|
{
|
|
"label": "Run TheChart App",
|
|
"type": "shell",
|
|
"command": "cd /home/will/Code/thechart && python -m src.main",
|
|
"group": "build",
|
|
"isBackground": false,
|
|
"problemMatcher": []
|
|
}
|
|
]
|
|
}
|