Skip to content

Commit

Permalink
Add link to VS Code troubleshooting guide (#3399)
Browse files Browse the repository at this point in the history
* Add link to VS Code troubleshooting guide

* Update README.md
  • Loading branch information
auchenberg authored and gaearon committed Nov 3, 2017
1 parent 35fa70e commit 2cb4871
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/react-scripts/template/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,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.
Expand Down

0 comments on commit 2cb4871

Please sign in to comment.