From 4c1c7e65998b9b085fedc31444a843947f5afecf Mon Sep 17 00:00:00 2001 From: Soybean Date: Wed, 29 May 2024 12:45:00 +0800 Subject: [PATCH] chore(projects): update vscode launch.json --- .vscode/launch.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index f6f291d5..be7c6f6e 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -12,7 +12,7 @@ "type": "node", "request": "launch", "name": "TS Debugger", - "runtimeExecutable": "${workspaceRoot}/node_modules/.bin/tsx", + "runtimeExecutable": "tsx", "skipFiles": ["/**", "${workspaceFolder}/node_modules/**"], "program": "${file}" }