mirror of
https://github.com/MaJerle/lwshell.git
synced 2025-01-25 13:02:54 +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": [],
|
||||
"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