From d97e04a19bcdde8859e383e24b9a2a7960afcf67 Mon Sep 17 00:00:00 2001 From: Jacob Dufault Date: Sat, 27 May 2017 00:10:28 -0700 Subject: [PATCH] Update launch.json --- .vscode/launch.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.vscode/launch.json b/.vscode/launch.json index 2ca6455..b84f443 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -7,6 +7,7 @@ "type": "extensionHost", "request": "launch", "runtimeExecutable": "${execPath}", + // "args": ["C:/Users/jacob/Desktop/vscode", "--extensionDevelopmentPath=${workspaceRoot}" ], "args": ["--extensionDevelopmentPath=${workspaceRoot}" ], "stopOnEntry": false, "sourceMaps": true,