2022-01-01 04:06:02 +01:00
|
|
|
{
|
|
|
|
// Use IntelliSense to learn about possible attributes.
|
|
|
|
// Hover to view descriptions of existing attributes.
|
|
|
|
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
|
|
|
|
"version": "0.2.0",
|
|
|
|
"configurations": [
|
|
|
|
{
|
|
|
|
"name": "Attach",
|
|
|
|
"port": 9229,
|
|
|
|
"request": "attach",
|
|
|
|
"skipFiles": [
|
|
|
|
"<node_internals>/**"
|
|
|
|
],
|
2022-01-06 14:33:12 +01:00
|
|
|
"restart": true,
|
2022-01-01 04:06:02 +01:00
|
|
|
"type": "pwa-node"
|
2022-02-03 21:12:07 +01:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Docker Node.js Launch",
|
|
|
|
"type": "docker",
|
|
|
|
"request": "launch",
|
|
|
|
"preLaunchTask": "docker-run: debug",
|
|
|
|
"platform": "node"
|
2022-01-01 04:06:02 +01:00
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|