We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf92178 commit d34d74eCopy full SHA for d34d74e
.vscode/tasks.json
@@ -2,9 +2,9 @@
2
"version": "2.0.0",
3
"tasks": [
4
{
5
- "label": "generate-docs",
+ "label": "generate",
6
"type": "shell",
7
- "command": "cargo test --package typst-docs --lib -- tests::test_docs --exact --nocapture && python3 ./gen.py && echo reload or open http://localhost:8000",
+ "command": "mise run generate",
8
"problemMatcher": [],
9
"group": {
10
"kind": "build",
0 commit comments