Skip to content

Commit

Permalink
Use workspace specified chrome data dir.
Browse files Browse the repository at this point in the history
  • Loading branch information
tan9 committed Mar 22, 2016
1 parent 66c4182 commit 1c67dcd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,6 @@ npm-debug.log
# IDE #
.idea/
*.swp

# VS Code
.vscode/chrome/
3 changes: 2 additions & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
"url": "http://localhost:3000/",
"sourceMaps": true,
"diagnosticLogging": true,
"webRoot": "${workspaceRoot}/dist"
"webRoot": "${workspaceRoot}/dist",
"userDataDir": "${workspaceRoot}/.vscode/chrome"
},
{
"name": "Attach Chrome",
Expand Down

0 comments on commit 1c67dcd

Please sign in to comment.