Skip to content

Commit ed8fe6b

Browse files
authored
Create VS code tasks (#163)
1 parent 78fafa2 commit ed8fe6b

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.vscode/tasks.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"version": "2.0.0",
3+
"tasks": [
4+
{
5+
"label": "dev",
6+
"type": "shell",
7+
"command": "pnpm run dev",
8+
"runOptions": {
9+
"runOn": "folderOpen"
10+
}
11+
}
12+
]
13+
}

0 commit comments

Comments
 (0)