From 5fcc19704175c9bf4731b76f15d0f92d8ca960f6 Mon Sep 17 00:00:00 2001 From: Kenneth Auchenberg Date: Fri, 3 Nov 2017 11:08:24 -0700 Subject: [PATCH] Update VS Code debug configuration (#3400) --- template/README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/template/README.md b/template/README.md index 13576b6e2aa..6842ed6359f 100644 --- a/template/README.md +++ b/template/README.md @@ -262,7 +262,6 @@ Then add the block below to your `launch.json` file and put it inside the `.vsco "request": "launch", "url": "http://localhost:3000", "webRoot": "${workspaceRoot}/src", - "userDataDir": "${workspaceRoot}/.vscode/chrome", "sourceMapPathOverrides": { "webpack:///src/*": "${webRoot}/*" }