From 2ad723a3c75f45fb27aaf5212095cb368e425b97 Mon Sep 17 00:00:00 2001 From: Benjamin Pasero Date: Tue, 29 Nov 2016 09:56:32 +0100 Subject: [PATCH] Update launch.json --- tree-explorer-sample/.vscode/launch.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tree-explorer-sample/.vscode/launch.json b/tree-explorer-sample/.vscode/launch.json index fc26e048..342b7fb1 100644 --- a/tree-explorer-sample/.vscode/launch.json +++ b/tree-explorer-sample/.vscode/launch.json @@ -7,7 +7,7 @@ "type": "extensionHost", "request": "launch", "runtimeExecutable": "${execPath}", - "args": ["/Users/octref/Code/work/vscode", "--extensionDevelopmentPath=${workspaceRoot}"], + "args": ["--extensionDevelopmentPath=${workspaceRoot}"], "stopOnEntry": false, "sourceMaps": true, "outDir": "${workspaceRoot}/out/src",