From 27cbc0d91d0f6df1420479327fe3d5d3a5ed8b46 Mon Sep 17 00:00:00 2001 From: fsouzadi1995 Date: Sun, 28 Nov 2021 07:07:26 -0300 Subject: [PATCH] docs: remove links to deprecated extensions --- docusaurus/docs/setting-up-your-editor.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docusaurus/docs/setting-up-your-editor.md b/docusaurus/docs/setting-up-your-editor.md index 4aaedad9d4..4aec32418e 100644 --- a/docusaurus/docs/setting-up-your-editor.md +++ b/docusaurus/docs/setting-up-your-editor.md @@ -69,7 +69,7 @@ Visual Studio Code and WebStorm support debugging out of the box with Create Rea ### Visual Studio Code -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. +You need to have the latest version of [VS Code](https://code.visualstudio.com) installed. Then add the block below to your `launch.json` file and put it inside the `.vscode` folder in your app’s root directory. @@ -99,7 +99,7 @@ Having problems with VS Code Debugging? Please see their [troubleshooting guide] ### WebStorm -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. +You need to have [WebStorm](https://www.jetbrains.com/webstorm/) installed. 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.