Skip to content

Commit 1c67dcd

Browse files
committed
Use workspace specified chrome data dir.
Refer to: PatrickJS#144 (comment)
1 parent 66c4182 commit 1c67dcd

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,3 +59,6 @@ npm-debug.log
5959
# IDE #
6060
.idea/
6161
*.swp
62+
63+
# VS Code
64+
.vscode/chrome/

.vscode/launch.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
"url": "http://localhost:3000/",
99
"sourceMaps": true,
1010
"diagnosticLogging": true,
11-
"webRoot": "${workspaceRoot}/dist"
11+
"webRoot": "${workspaceRoot}/dist",
12+
"userDataDir": "${workspaceRoot}/.vscode/chrome"
1213
},
1314
{
1415
"name": "Attach Chrome",

0 commit comments

Comments
 (0)