From 6e72f2f3632081f7e48d1fffd3774eebb991b347 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=85=A8=E5=8D=93?= Date: Tue, 22 Nov 2022 10:49:52 +0800 Subject: [PATCH] fix: attach to server not working --- .vscode/launch.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index 5dc6c51..b14790f 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -25,7 +25,8 @@ "restart": true, "outFiles": [ "${workspaceRoot}/dist/**/*.js" - ] + ], + "preLaunchTask": "${defaultBuildTask}" }, { "name": "Extension Tests",