webclient/.vscode/launch.json

12 lines
180 B
JSON
Raw Normal View History

2020-09-18 15:15:37 +00:00
{
"version": "0.2.0",
"configurations": [
{
2023-08-27 12:16:09 +02:00
"command": "npm test",
"name": "Run npm test",
2020-09-18 15:15:37 +00:00
"request": "launch",
2023-08-27 12:16:09 +02:00
"type": "node-terminal"
2020-09-18 15:15:37 +00:00
}
]
}