Skip to content

Instantly share code, notes, and snippets.

@kandros
Created April 17, 2018 09:53
Show Gist options
  • Save kandros/11ed33541ec6b30820e733f689452121 to your computer and use it in GitHub Desktop.
Save kandros/11ed33541ec6b30820e733f689452121 to your computer and use it in GitHub Desktop.
debug current file in VSCODE
{
"version": "0.2.0",
"configurations": [
{
"type": "node",
"request": "launch",
"name": "Launch Program",
"program": "${file}"
}
],
"compounds": []
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment