Skip to content

Instantly share code, notes, and snippets.

@ackinc
Created January 26, 2022 06:37
Show Gist options
  • Save ackinc/af49e11baffbc581caf9c52ae7bd131d to your computer and use it in GitHub Desktop.
Save ackinc/af49e11baffbc581caf9c52ae7bd131d to your computer and use it in GitHub Desktop.
Base VSCode launch conf for projects created with @ack_inc/create-node-proj
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"type": "pwa-node",
"request": "launch",
"name": "Run Current File",
"skipFiles": ["<node_internals>/**"],
"program": "${file}"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment