You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docusaurus/docs/setting-up-your-editor.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -70,7 +70,7 @@ Visual Studio Code and WebStorm support debugging out of the box with Create Rea
70
70
71
71
### Visual Studio Code
72
72
73
-
You would need to have the latest version of [VS Code](https://code.visualstudio.com) and VS Code [Chrome Debugger Extension](https://marketplace.visualstudio.com/items?itemName=msjsdiag.debugger-for-chrome) installed.
73
+
You need to have the latest version of [VS Code](https://code.visualstudio.com) and VS Code [Chrome Debugger Extension](https://marketplace.visualstudio.com/items?itemName=msjsdiag.debugger-for-chrome) installed.
74
74
75
75
Then add the block below to your `launch.json` file and put it inside the `.vscode` folder in your app’s root directory.
76
76
@@ -100,7 +100,7 @@ Having problems with VS Code Debugging? Please see their [troubleshooting guide]
100
100
101
101
### WebStorm
102
102
103
-
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.
103
+
You 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.
104
104
105
105
In the WebStorm menu `Run` select `Edit Configurations...`. Then click `+` and select `JavaScript Debug`. Paste `http://localhost:3000` into the URL field and save the configuration.
0 commit comments