lik/.vscode/launch.json

12 lines
199 B
JSON
Raw Normal View History

2020-02-06 11:11:16 +00:00
{
"version": "0.2.0",
"configurations": [
{
2023-01-18 16:45:19 +00:00
"command": "# instrumented",
"name": "Run instrumented terminal",
2020-02-06 11:11:16 +00:00
"request": "launch",
2023-01-18 16:45:19 +00:00
"type": "node-terminal"
2020-02-06 11:11:16 +00:00
}
]
}