diff --git a/docs/vscode.md b/docs/vscode.md index 9bc3ed5d..2c1e82e6 100644 --- a/docs/vscode.md +++ b/docs/vscode.md @@ -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)