From 79892a6eefac3836655386a927044cd15a1e6230 Mon Sep 17 00:00:00 2001 From: Donald Pipowitch Date: Mon, 18 Sep 2017 20:50:43 +0200 Subject: [PATCH] Update launch.json --- lsp-sample/.vscode/launch.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lsp-sample/.vscode/launch.json b/lsp-sample/.vscode/launch.json index a0f3fab1..707ba76f 100644 --- a/lsp-sample/.vscode/launch.json +++ b/lsp-sample/.vscode/launch.json @@ -15,7 +15,7 @@ "outFiles": [ "${workspaceRoot}/client/out/**/*.js" ], - "preLaunchTask": "Client Watch" + "preLaunchTask": "watch:client" }, { "name": "Attach to Server", @@ -27,7 +27,7 @@ "${workspaceRoot}/client/server/**/*.js" ], "protocol": "legacy", - "preLaunchTask": "Server Watch" + "preLaunchTask": "watch:server" } ] -} \ No newline at end of file +}