Skip to content

Commit b407435

Browse files
docs: remove extraneous path from vscode usage (#539)
Co-authored-by: Hiroki Osame <hiroki.osame@gmail.com>
1 parent 96bc596 commit b407435

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/vscode.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Create the following configuration file in your project to setup debugging in VS
4242
Path to tsx binary
4343
Assuming locally installed
4444
*/
45-
"runtimeExecutable": "${workspaceRoot}/node_modules/.bin/tsx",
45+
"runtimeExecutable": "tsx",
4646

4747
/*
4848
Open terminal when debugging starts (Optional)

0 commit comments

Comments
 (0)