Skip to content

Commit

Permalink
chore(projects): update vscode launch.json
Browse files Browse the repository at this point in the history
  • Loading branch information
honghuangdc committed May 29, 2024
1 parent ac78b9a commit 4c1c7e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"type": "node",
"request": "launch",
"name": "TS Debugger",
"runtimeExecutable": "${workspaceRoot}/node_modules/.bin/tsx",
"runtimeExecutable": "tsx",
"skipFiles": ["<node_internals>/**", "${workspaceFolder}/node_modules/**"],
"program": "${file}"
}
Expand Down

0 comments on commit 4c1c7e6

Please sign in to comment.