VEL-Connect/docs_website/.vscode/tasks.json

17 lines
413 B
JSON

{
"version": "2.0.0",
"tasks": [
{
"label": "Autogenerate docs from code",
"detail": "Runs generate_docs.py",
"command": "python generate_docs.py",
"type": "shell",
"args": [],
"problemMatcher": [],
"presentation": {
"reveal": "always"
},
"group": "build"
}
]
}