Skip to content

Instantly share code, notes, and snippets.

@esatterwhite
Created March 8, 2026 08:35
Show Gist options
  • Select an option

  • Save esatterwhite/30f2337c4e9c0bd0242a841dd3ba7ec8 to your computer and use it in GitHub Desktop.

Select an option

Save esatterwhite/30f2337c4e9c0bd0242a841dd3ba7ec8 to your computer and use it in GitHub Desktop.
vimspector for node
{
"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