From 0915e50a1ada5c74742d9c4ce7f265b5e273ca31 Mon Sep 17 00:00:00 2001 From: Ramya Rao Date: Fri, 10 Mar 2017 11:27:53 -0800 Subject: [PATCH] Use fileDirname in initial debug config fixes #842 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 5e3890775..3218812b0 100644 --- a/package.json +++ b/package.json @@ -214,7 +214,7 @@ "remotePath": "", "port": 2345, "host": "127.0.0.1", - "program": "${workspaceRoot}", + "program": "${fileDirname}", "env": {}, "args": [], "showLog": true @@ -488,4 +488,4 @@ } } } -} \ No newline at end of file +}