UniVRM/.vscode/tasks.json
2023-06-13 14:52:31 +09:00

14 lines
375 B
JSON

{
// See https://go.microsoft.com/fwlink/?LinkId=733558
// for the documentation about the tasks.json format
"version": "2.0.0",
"tasks": [
{
"label": "sphinx autobuild",
"type": "shell",
"command": "sphinx-autobuild docs _build",
"isBackground": true,
"problemMatcher": []
}
]
}