smartexit/.vscode/launch.json

12 lines
180 B
JSON
Raw Normal View History

2021-07-27 11:42:13 +00:00
{
"version": "0.2.0",
"configurations": [
{
2023-09-11 08:29:01 +00:00
"command": "npm test",
"name": "Run npm test",
2021-07-27 11:42:13 +00:00
"request": "launch",
2023-09-11 08:29:01 +00:00
"type": "node-terminal"
2021-07-27 11:42:13 +00:00
}
]
}