add zed task
This commit is contained in:
parent
cad0d984b1
commit
3790c467e1
2 changed files with 15 additions and 12 deletions
15
.zed/debug.json
Normal file
15
.zed/debug.json
Normal file
|
|
@ -0,0 +1,15 @@
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"adapter": "JavaScript",
|
||||||
|
"label": "npm (JavaScript)",
|
||||||
|
"type": "pwa-node",
|
||||||
|
"request": "launch",
|
||||||
|
"program": "npm",
|
||||||
|
"args": ["run", "start"],
|
||||||
|
"env": {
|
||||||
|
"ENV": "Zed"
|
||||||
|
},
|
||||||
|
"stopOnEntry": false,
|
||||||
|
"cwd": "/home/yuki/Code/yuki.k4w411.net"
|
||||||
|
}
|
||||||
|
]
|
||||||
12
launch.json
12
launch.json
|
|
@ -1,12 +0,0 @@
|
||||||
{
|
|
||||||
"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