Skip to content

Commit 744aafd

Browse files
committed
add: build group property in gen-doc task
Signed-off-by: Shunsuke Kimura <[email protected]>
1 parent 2d0e916 commit 744aafd

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.vscode/tasks.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,11 @@
55
"label": "generate-docs",
66
"type": "shell",
77
"command": "cargo test --package typst-docs --lib -- tests::test_docs --exact --nocapture && python3 ./gen.py && echo reload or open http://localhost:8000",
8-
"problemMatcher": []
8+
"problemMatcher": [],
9+
"group": {
10+
"kind": "build",
11+
"isDefault": true
12+
},
913
},
1014
{
1115
"label": "textlint-md",

0 commit comments

Comments
 (0)