From 1c67dcdaba938e565bc6eaae5dca1dc97fbe9ea9 Mon Sep 17 00:00:00 2001 From: Pei-Tang Huang Date: Tue, 22 Mar 2016 14:08:40 +0800 Subject: [PATCH] Use workspace specified chrome data dir. Refer to: https://github.com/AngularClass/angular2-webpack-starter/issues/144#issuecomment-199233121 --- .gitignore | 3 +++ .vscode/launch.json | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 0d501b76e3..008780a9e3 100644 --- a/.gitignore +++ b/.gitignore @@ -59,3 +59,6 @@ npm-debug.log # IDE # .idea/ *.swp + +# VS Code +.vscode/chrome/ diff --git a/.vscode/launch.json b/.vscode/launch.json index f6a484b75b..7b8926096a 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -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",