Skip to content

Instantly share code, notes, and snippets.

@matthewblewitt
Created April 26, 2019 08:29
Show Gist options
  • Select an option

  • Save matthewblewitt/be45de052915577dcbbc77d45f962dca to your computer and use it in GitHub Desktop.

Select an option

Save matthewblewitt/be45de052915577dcbbc77d45f962dca to your computer and use it in GitHub Desktop.
VS-CODE attache to node docker
{
"version": "0.2.0",
"configurations": [
{
"type": "node",
"request": "attach",
"name": "Attach to Docker",
"port": 5100,
"address": "localhost",
"restart": true,
"localRoot": "${workspaceRoot}",
"remoteRoot": "/src"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment