Skip to content

Commit

Permalink
feat: debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
mshanemc committed Mar 2, 2022
1 parent f094c49 commit cc3fd1e
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
// 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": "node",
"request": "attach",
"name": "Attach",
"port": 9229,
"skipFiles": ["<node_internals>/**"]
}
]
}

0 comments on commit cc3fd1e

Please sign in to comment.