commitinfo/.vscode/launch.json
2022-04-25 09:58:42 +02:00

12 lines
180 B
JSON

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