Skip to content

Instantly share code, notes, and snippets.

@AdarshKonchady
Created August 24, 2021 04:51
Show Gist options
  • Save AdarshKonchady/3ee65ca3ab69c73e6ef5b876b871b65e to your computer and use it in GitHub Desktop.
Save AdarshKonchady/3ee65ca3ab69c73e6ef5b876b871b65e to your computer and use it in GitHub Desktop.
VSCode JS debug configuration
"launch": {
"inputs": [],
"configurations": [
{
"type": "node",
"request": "launch",
"name": "Launch Current Opened File",
"program": "${file}"
}
],
"compounds": []
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment