Skip to content

Commit

Permalink
Merge pull request #12521 from leonid-omelchuk-jemmic/feature--update…
Browse files Browse the repository at this point in the history
…-VS-Code-debugger

update a debugger for VS Code
  • Loading branch information
matrush authored Jun 17, 2022
2 parents c20ccec + d5fc243 commit b111faa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docusaurus/docs/setting-up-your-editor.md
Original file line number Diff line number Diff line change
Expand Up @@ -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) and VS Code [JavaScript Debugger Extension](https://marketplace.visualstudio.com/items?itemName=ms-vscode.js-debug) installed.

Then add the block below to your `launch.json` file and put it inside the `.vscode` folder in your app’s root directory.

Expand Down

0 comments on commit b111faa

Please sign in to comment.