Skip to content

Commit

Permalink
Instruct VSCode debugger
Browse files Browse the repository at this point in the history
  • Loading branch information
iliocatallo committed Dec 17, 2023
1 parent ddb07e3 commit 25ccf05
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 @@
{
"version": "0.2.0",
"configurations": [
{
"name": "Debug Current File",
"type": "node",
"request": "launch",
"program": "${file}",
"console": "integratedTerminal",
"env": {
"NODE_OPTIONS": "--import ./civet.js"
}
}
]
}

0 comments on commit 25ccf05

Please sign in to comment.