Commit 2cb48716 authored by Kenneth Auchenberg's avatar Kenneth Auchenberg Committed by Dan Abramov
Browse files

Add link to VS Code troubleshooting guide (#3399)

* Add link to VS Code troubleshooting guide

* Update README.md
parent 35fa70e9
Showing with 2 additions and 0 deletions
+2 -0
......@@ -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.
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment