Add new configuration
parent
961d1aa55a
commit
e77db93e58
|
@ -2,10 +2,17 @@
|
||||||
"configurations": [
|
"configurations": [
|
||||||
{
|
{
|
||||||
"type": "node-terminal",
|
"type": "node-terminal",
|
||||||
"name": "Run Script: test",
|
"name": "Test",
|
||||||
"request": "launch",
|
"request": "launch",
|
||||||
"command": "npm run test",
|
"command": "npm run test",
|
||||||
"cwd": "${workspaceFolder}"
|
"cwd": "${workspaceFolder}"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "node-terminal",
|
||||||
|
"name": "Compile",
|
||||||
|
"request": "launch",
|
||||||
|
"command": "npm run compile",
|
||||||
|
"cwd": "${workspaceFolder}"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
Loading…
Reference in New Issue