Created
August 24, 2021 04:51
-
-
Save AdarshKonchady/3ee65ca3ab69c73e6ef5b876b871b65e to your computer and use it in GitHub Desktop.
VSCode JS debug configuration
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"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