commitinfo/.vscode/launch.json

12 lines
180 B
JSON
Raw Permalink Normal View History

2022-04-25 07:58:42 +00:00
{
"version": "0.2.0",
"configurations": [
{
"command": "npm test",
"name": "Run npm test",
"request": "launch",
"type": "node-terminal"
}
]
}