Skip to content

Commit

Permalink
docs(VS Code): replaced workspaceRoot with workspaceFolder (#450)
Browse files Browse the repository at this point in the history
  • Loading branch information
leumasme authored Jan 2, 2024
1 parent 48eedfd commit 985bbb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,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": "${workspaceFolder}/node_modules/.bin/tsx",

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

0 comments on commit 985bbb8

Please sign in to comment.