Skip to content

Commit

Permalink
set cwd for vscode debug launch setting
Browse files Browse the repository at this point in the history
  • Loading branch information
jchip committed Aug 1, 2018
1 parent 3d35e45 commit 70ecf38
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"type": "node",
"request": "launch",
"name": "electrode-react-webapp Mocha Tests",
"cwd": "${workspaceFolder}/packages/electrode-react-webapp",
"program": "${workspaceFolder}/packages/electrode-react-webapp/node_modules/mocha/bin/_mocha",
"args": [
"-u",
Expand Down

0 comments on commit 70ecf38

Please sign in to comment.