From 68290cdb442b78356abaddd68aaa9ea269517391 Mon Sep 17 00:00:00 2001 From: Dirk Baeumer Date: Thu, 31 May 2018 15:41:25 +0200 Subject: [PATCH] Reference the right prelaunch task in i18n sample --- i18n-sample/.vscode/launch.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i18n-sample/.vscode/launch.json b/i18n-sample/.vscode/launch.json index 30625e88..81600682 100644 --- a/i18n-sample/.vscode/launch.json +++ b/i18n-sample/.vscode/launch.json @@ -11,7 +11,7 @@ "stopOnEntry": false, "sourceMaps": true, "outFiles": [ "${workspaceRoot}/out/src/**/*.js" ], - "preLaunchTask": "npm" + "preLaunchTask": "npm: watch" } ] }