Skip to content

Instantly share code, notes, and snippets.

@0xGabi
Created November 30, 2021 05:57
Show Gist options
  • Save 0xGabi/be5961748aee0c50d2f9ef1618e94512 to your computer and use it in GitHub Desktop.
Save 0xGabi/be5961748aee0c50d2f9ef1618e94512 to your computer and use it in GitHub Desktop.
{
// 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": "Launch Program",
"skipFiles": [
"<node_internals>/**"
],
"program": "${workspaceFolder}/examples/nodejs/src/describe-script.ts",
"outFiles": [
"${workspaceFolder}/**/*.js"
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment