2020-10-01 19:13:23 +00:00
|
|
|
{
|
|
|
|
"configurations": [
|
|
|
|
{
|
|
|
|
"type": "node-terminal",
|
2021-02-16 09:41:41 +00:00
|
|
|
"name": "Test",
|
2020-10-01 19:13:23 +00:00
|
|
|
"request": "launch",
|
|
|
|
"command": "npm run test",
|
|
|
|
"cwd": "${workspaceFolder}"
|
2021-02-16 09:41:41 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "node-terminal",
|
2021-02-16 09:44:36 +00:00
|
|
|
"name": "Devtest",
|
2021-02-16 09:41:41 +00:00
|
|
|
"request": "launch",
|
2021-02-16 09:44:36 +00:00
|
|
|
"command": "npm run run-devtest",
|
2021-02-16 09:41:41 +00:00
|
|
|
"cwd": "${workspaceFolder}"
|
2020-10-01 19:13:23 +00:00
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|