Skip to content

Instantly share code, notes, and snippets.

@leonsomed
Created January 12, 2019 22:10
Show Gist options
  • Select an option

  • Save leonsomed/8efd3392204ccfb5b7d8089a761cb636 to your computer and use it in GitHub Desktop.

Select an option

Save leonsomed/8efd3392204ccfb5b7d8089a761cb636 to your computer and use it in GitHub Desktop.
node.js debug launcher for nvm
{
"version": "0.2.0",
"configurations": [
{
"type": "node",
"request": "launch",
"name": "Launch Program",
"program": "${workspaceFolder}/src/index.js",
"runtimeExecutable": "~/.nvm/versions/node/v8.11.3/bin/node"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment