MAPG-203 add debugger config for NodeJS

This commit is contained in:
Bence Pőcze 2021-03-19 22:54:44 +01:00
parent 5dd2ce0d5a
commit 0cbb7ba145
Signed by: bence
GPG Key ID: AA52B11A3269D1C1

8
.vscode/launch.json vendored
View File

@ -9,6 +9,14 @@
"pathMappings": {
"/var/www/mapguesser": "${workspaceRoot}",
}
},
{
"name": "Listen for NodeJS Inspector in Docker",
"type": "node",
"request": "attach",
"port": 9229,
"localRoot": "${workspaceFolder}",
"remoteRoot": "/var/www/mapguesser"
}
]
}