12 lines
201 B
JSON
12 lines
201 B
JSON
|
{
|
||
|
"configurations": [
|
||
|
{
|
||
|
"name": "Docker Node.js Launch",
|
||
|
"type": "docker",
|
||
|
"request": "launch",
|
||
|
"preLaunchTask": "docker-run: debug",
|
||
|
"platform": "node"
|
||
|
}
|
||
|
]
|
||
|
}
|