smartshell/.vscode/launch.json

12 lines
180 B
JSON
Raw Normal View History

2021-07-26 21:24:13 +02:00
{
"version": "0.2.0",
"configurations": [
{
2021-11-26 15:17:52 +01:00
"command": "npm test",
"name": "Run npm test",
2021-07-26 21:24:13 +02:00
"request": "launch",
2021-11-26 15:17:52 +01:00
"type": "node-terminal"
2021-07-26 21:24:13 +02:00
}
]
}