From b407435c300877d28b85132b20de4397e703ab16 Mon Sep 17 00:00:00 2001 From: Connor Peet Date: Sun, 5 May 2024 05:44:16 -0700 Subject: [PATCH] docs: remove extraneous path from vscode usage (#539) Co-authored-by: Hiroki Osame --- docs/vscode.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/vscode.md b/docs/vscode.md index 9bc3ed5da..2c1e82e60 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)