add launch task for zed
This commit is contained in:
parent
cc96a664f4
commit
cad0d984b1
1 changed files with 12 additions and 0 deletions
12
launch.json
Normal file
12
launch.json
Normal file
|
|
@ -0,0 +1,12 @@
|
||||||
|
{
|
||||||
|
"version": "0.2.0",
|
||||||
|
"configurations": [
|
||||||
|
{
|
||||||
|
"type": "node-terminal",
|
||||||
|
"name": "Run Script: start",
|
||||||
|
"request": "launch",
|
||||||
|
"command": "npm run start",
|
||||||
|
"cwd": "${workspaceFolder}"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
Loading…
Add table
Reference in a new issue