F95API/.vscode/launch.json

11 lines
242 B
JSON
Raw Normal View History

{
"configurations": [
{
"type": "node-terminal",
"name": "Run Script: test",
"request": "launch",
"command": "npm run test",
"cwd": "${workspaceFolder}"
}
]
}