smartlog-destination-devtools/.vscode/launch.json

12 lines
180 B
JSON
Raw Permalink Normal View History

2020-07-10 00:37:18 +00:00
{
"version": "0.2.0",
"configurations": [
{
2024-05-30 15:58:35 +00:00
"command": "npm test",
"name": "Run npm test",
2020-07-10 00:37:18 +00:00
"request": "launch",
2024-05-30 15:58:35 +00:00
"type": "node-terminal"
2020-07-10 00:37:18 +00:00
}
]
}