13 lines
267 B
JSON
13 lines
267 B
JSON
|
{
|
||
|
"version": "0.2.0",
|
||
|
"configurations": [
|
||
|
{
|
||
|
"type": "node",
|
||
|
"request": "attach",
|
||
|
"name": "Node: Nodemon",
|
||
|
"processId": "${command:PickProcess}",
|
||
|
"restart": true,
|
||
|
"protocol": "inspector"
|
||
|
}
|
||
|
]
|
||
|
}
|