letterxpress/.vscode/launch.json

12 lines
180 B
JSON
Raw Permalink Normal View History

2019-11-13 16:21:52 +00:00
{
"version": "0.2.0",
"configurations": [
{
2022-06-16 01:29:41 +00:00
"command": "npm test",
"name": "Run npm test",
2019-11-13 16:21:52 +00:00
"request": "launch",
2022-06-16 01:29:41 +00:00
"type": "node-terminal"
2019-11-13 16:21:52 +00:00
}
]
}