Created
March 8, 2026 08:35
-
-
Save esatterwhite/30f2337c4e9c0bd0242a841dd3ba7ec8 to your computer and use it in GitHub Desktop.
vimspector for node
This file contains hidden or 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
| { | |
| "configurations": { | |
| "debug": { | |
| "adapter": "js-debug", | |
| "default": true, | |
| "filetypes": ["javascript", "typescript"], | |
| "configuration": { | |
| "request": "launch", | |
| "program": "${file}", | |
| "cwd": "${workspaceRoot}", | |
| "envFile": "${workspaceRoot}/env/local.env", | |
| "stopOnEntry": true, | |
| "console": "integratedTerminal", | |
| "type": "pwa-node" | |
| } | |
| } | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment