Skip to content

Commit

Permalink
Merge branch 'master' into fix-absolute-path-resolution
Browse files Browse the repository at this point in the history
  • Loading branch information
fardjad authored May 5, 2024
2 parents 5d7ca18 + b407435 commit 18e18ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/vscode.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Create the following configuration file in your project to setup debugging in VS
Path to tsx binary
Assuming locally installed
*/
"runtimeExecutable": "${workspaceRoot}/node_modules/.bin/tsx",
"runtimeExecutable": "tsx",

/*
Open terminal when debugging starts (Optional)
Expand Down

0 comments on commit 18e18ce

Please sign in to comment.