Skip to content

Instantly share code, notes, and snippets.

@tudorilisoi
Created June 12, 2018 16:07
Show Gist options
  • Save tudorilisoi/f32569577f50408bc041b2006587e8eb to your computer and use it in GitHub Desktop.
Save tudorilisoi/f32569577f50408bc041b2006587e8eb to your computer and use it in GitHub Desktop.
Node debugger config for VS Code
{
// 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": [
{
"type": "node",
"request": "launch",
"name": "Launch Program",
"program": "${workspaceFolder}/server.js",
"runtimeExecutable": "/home/tudor/.nvm/versions/node/v8.9.0/bin/node"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment