From a6d321590d0f39e92ed4ffb398015106a4bf5276 Mon Sep 17 00:00:00 2001 From: Eric Amodio Date: Sun, 19 Feb 2017 18:25:16 -0500 Subject: [PATCH] Updates deprecated property --- .vscode/launch.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index ce5c57d..2e8d2a1 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -10,7 +10,7 @@ "args": ["--extensionDevelopmentPath=${workspaceRoot}" ], "stopOnEntry": false, "sourceMaps": true, - "outDir": "${workspaceRoot}/out/src", + "outFiles": ["${workspaceRoot}/out/src/**/*.js"], "preLaunchTask": "compile" }, { @@ -21,7 +21,7 @@ "args": ["--extensionDevelopmentPath=${workspaceRoot}", "--extensionTestsPath=${workspaceRoot}/out/test" ], "stopOnEntry": false, "sourceMaps": true, - "outDir": "${workspaceRoot}/out/test", + "outFiles": ["${workspaceRoot}/out/test/**/*.js"], "preLaunchTask": "compile" } ]