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