Skip to content

Commit

Permalink
Fix launch.json for rates server debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
paullinator committed Dec 7, 2024
1 parent a0a3809 commit c416a71
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"args":[
"-r",
"sucrase/register",
"${workspaceFolder}/src/indexRates.js",
"${workspaceFolder}/src/indexRates.ts",
],
"skipFiles": [
"<node_internals>/**"
Expand Down Expand Up @@ -60,6 +60,19 @@
"<node_internals>/**"
]
},
{
"type": "node",
"request": "launch",
"name": "lifiReporter",
"args":[
"-r",
"sucrase/register",
"${workspaceFolder}/src/bin/lifiReporter.ts",
],
"skipFiles": [
"<node_internals>/**"
]
},
{
"type": "node",
"request": "launch",
Expand Down

0 comments on commit c416a71

Please sign in to comment.