Skip to content

Commit

Permalink
docs: remove extraneous path from vscode usage (#539)
Browse files Browse the repository at this point in the history
Co-authored-by: Hiroki Osame <hiroki.osame@gmail.com>
  • Loading branch information
connor4312 and privatenumber committed May 5, 2024
1 parent 96bc596 commit b407435
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 b407435

Please sign in to comment.