smartfile/.vscode/launch.json

12 lines
180 B
JSON

{
"version": "0.2.0",
"configurations": [
{
"command": "npm test",
"name": "Run npm test",
"request": "launch",
"type": "node-terminal"
}
]
}