Skip to content
This repository has been archived by the owner on Jul 15, 2023. It is now read-only.

Commit

Permalink
Use fileDirname in initial debug config fixes #842
Browse files Browse the repository at this point in the history
  • Loading branch information
ramya-rao-a authored Mar 10, 2017
1 parent be89ac1 commit 0915e50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@
"remotePath": "",
"port": 2345,
"host": "127.0.0.1",
"program": "${workspaceRoot}",
"program": "${fileDirname}",
"env": {},
"args": [],
"showLog": true
Expand Down Expand Up @@ -488,4 +488,4 @@
}
}
}
}
}

0 comments on commit 0915e50

Please sign in to comment.