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