Skip to content

Instantly share code, notes, and snippets.

@lschiavini
Created June 1, 2022 20:36
Docker Attach Config
{
"name": "Docker Node.js Launch",
"type": "node",
"request": "attach",
"port": 9229,
"address": "localhost",
"skipFiles": [
"<node_internals>/**"
],
"remoteRoot": "/usr/app",
"localRoot": "${workspaceFolder}",
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment