From 5888a8b7515efb009fa15463b2fbf38e243e8071 Mon Sep 17 00:00:00 2001 From: Kenneth Auchenberg Date: Fri, 3 Nov 2017 11:03:33 -0700 Subject: [PATCH 1/2] Add link to VS Code troubleshooting guide --- packages/react-scripts/template/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/react-scripts/template/README.md b/packages/react-scripts/template/README.md index 13576b6e2aa..1c8c2a5d117 100644 --- a/packages/react-scripts/template/README.md +++ b/packages/react-scripts/template/README.md @@ -273,6 +273,8 @@ Then add the block below to your `launch.json` file and put it inside the `.vsco Start your app by running `npm start`, and start debugging in VS Code by pressing `F5` or by clicking the green debug icon. You can now write code, set breakpoints, make changes to the code, and debug your newly modified code—all from your editor. +Having problems with VS Code Debugging? Please see their troubleshooting guide: https://github.com/Microsoft/vscode-chrome-debug/blob/master/README.md#troubleshooting + ### WebStorm You would need to have [WebStorm](https://www.jetbrains.com/webstorm/) and [JetBrains IDE Support](https://chrome.google.com/webstore/detail/jetbrains-ide-support/hmhgeddbohgjknpmjagkdomcpobmllji) Chrome extension installed. From 04705785b0105cde7d1d02da7b56702ae1b4f1f9 Mon Sep 17 00:00:00 2001 From: Dan Abramov Date: Fri, 3 Nov 2017 18:09:12 +0000 Subject: [PATCH 2/2] Update README.md --- packages/react-scripts/template/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/react-scripts/template/README.md b/packages/react-scripts/template/README.md index 1c8c2a5d117..abd7679f84c 100644 --- a/packages/react-scripts/template/README.md +++ b/packages/react-scripts/template/README.md @@ -273,7 +273,7 @@ Then add the block below to your `launch.json` file and put it inside the `.vsco Start your app by running `npm start`, and start debugging in VS Code by pressing `F5` or by clicking the green debug icon. You can now write code, set breakpoints, make changes to the code, and debug your newly modified code—all from your editor. -Having problems with VS Code Debugging? Please see their troubleshooting guide: https://github.com/Microsoft/vscode-chrome-debug/blob/master/README.md#troubleshooting +Having problems with VS Code Debugging? Please see their [troubleshooting guide](https://github.com/Microsoft/vscode-chrome-debug/blob/master/README.md#troubleshooting). ### WebStorm