lik/.vscode/launch.json
2023-01-18 17:45:19 +01:00

12 lines
199 B
JSON

{
"version": "0.2.0",
"configurations": [
{
"command": "# instrumented",
"name": "Run instrumented terminal",
"request": "launch",
"type": "node-terminal"
}
]
}