mirror of
https://github.com/MaJerle/lwshell.git
synced 2025-02-06 13:08:22 +08:00
Update tasks.json to add docs commands
This commit is contained in:
parent
96d6f4c81c
commit
3b5ef5f632
27
.vscode/tasks.json
vendored
27
.vscode/tasks.json
vendored
@ -42,5 +42,32 @@
|
|||||||
"args": [],
|
"args": [],
|
||||||
"problemMatcher": [],
|
"problemMatcher": [],
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"label": "Docs: Install python plugins from requirements.txt file",
|
||||||
|
"type": "shell",
|
||||||
|
"command": "python -m pip install -r requirements.txt",
|
||||||
|
"options": {
|
||||||
|
"cwd": "${workspaceFolder}/docs"
|
||||||
|
},
|
||||||
|
"problemMatcher": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"label": "Docs: Generate html",
|
||||||
|
"type": "shell",
|
||||||
|
"command": ".\\make html",
|
||||||
|
"options": {
|
||||||
|
"cwd": "${workspaceFolder}/docs"
|
||||||
|
},
|
||||||
|
"problemMatcher": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"label": "Docs: Clean build directory",
|
||||||
|
"type": "shell",
|
||||||
|
"command": ".\\make clean",
|
||||||
|
"options": {
|
||||||
|
"cwd": "${workspaceFolder}/docs"
|
||||||
|
},
|
||||||
|
"problemMatcher": []
|
||||||
|
},
|
||||||
]
|
]
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user