Files
slack/.vscode/launch.json

12 lines
180 B
JSON
Raw Permalink Normal View History

2019-09-18 12:26:31 +02:00
{
"version": "0.2.0",
"configurations": [
{
2024-01-24 15:58:23 +01:00
"command": "npm test",
"name": "Run npm test",
2019-09-18 12:26:31 +02:00
"request": "launch",
2024-01-24 15:58:23 +01:00
"type": "node-terminal"
2019-09-18 12:26:31 +02:00
}
]
}