Skip to content

Commit d57fcc7

Browse files
committed
chore: Create tasks file
1 parent 298760f commit d57fcc7

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

.vscode/tasks.json

+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"version": "2.0.0",
3+
4+
"tasks": [
5+
{
6+
"type": "npm",
7+
"script": "install",
8+
"problemMatcher": [],
9+
"label": "npm: install",
10+
"detail": "install dependencies from package",
11+
"group": {
12+
"kind": "build",
13+
"isDefault": true
14+
}
15+
},
16+
{
17+
"type": "npm",
18+
"script": "start",
19+
"problemMatcher": [],
20+
"label": "npm: start",
21+
"detail": "docsify serve docs"
22+
}
23+
]
24+
}

0 commit comments

Comments
 (0)