smartarray/.vscode/launch.json

12 lines
180 B
JSON
Raw Permalink Normal View History

2021-06-29 20:41:15 +02:00
{
"version": "0.2.0",
"configurations": [
{
2023-08-02 14:39:58 +02:00
"command": "npm test",
"name": "Run npm test",
2021-06-29 20:41:15 +02:00
"request": "launch",
2023-08-02 14:39:58 +02:00
"type": "node-terminal"
2021-06-29 20:41:15 +02:00
}
]
}