smartrequest/.vscode/launch.json

12 lines
180 B
JSON
Raw Normal View History

2020-08-24 12:01:38 +00:00
{
"version": "0.2.0",
"configurations": [
{
2022-02-15 17:57:42 +00:00
"command": "npm test",
"name": "Run npm test",
2020-08-24 12:01:38 +00:00
"request": "launch",
2022-02-15 17:57:42 +00:00
"type": "node-terminal"
2020-08-24 12:01:38 +00:00
}
]
}