Skip to content

Commit 4eb03ac

Browse files
committed
Add vscode debugging launch.json config
1 parent f701a13 commit 4eb03ac

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.vscode/launch.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"version": "0.2.0",
3+
"configurations": [
4+
{
5+
"type": "node-terminal",
6+
"name": "Run Script: dev",
7+
"request": "launch",
8+
"command": "cd demo && yarn run dev",
9+
"cwd": "${workspaceFolder}"
10+
}
11+
]
12+
}

0 commit comments

Comments
 (0)