Skip to content

Instantly share code, notes, and snippets.

@kandros
Created April 17, 2018 09:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kandros/57ffb094e40fd4bb50448b5dec3e5f01 to your computer and use it in GitHub Desktop.
Save kandros/57ffb094e40fd4bb50448b5dec3e5f01 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