Skip to content

Commit 3260c07

Browse files
authored
chore: add build group property to generate-docs task (#105)
Signed-off-by: Shunsuke Kimura <[email protected]>
1 parent 2d0e916 commit 3260c07

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)