From f8256548e5654d2b80913e72fd268719fb2f70e1 Mon Sep 17 00:00:00 2001 From: Junyi Date: Wed, 1 Mar 2023 23:13:29 +0800 Subject: [PATCH] chore(debug): fix debug filename when run test (#1520) --- .vscode/launch.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index 9ea3cfce7..91bb774f1 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -27,7 +27,7 @@ "--inspect-brk", "test", "--runInBand", - "${fileBasenameNoExtension}" + "${file}" ], "skipFiles": [ "/**"