Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add JavaScript Debugger #414

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

R-HNF
Copy link

@R-HNF R-HNF commented Sep 28, 2024

Name of the extension you are adding

JavaScript Debugger from microsoft.com

image

Note

image

As Debugger for Chrome became deprecated and JavaScript Debugger had become its replacement, I changed from Debugger for Chrome to JavaScript Debugger

Why do you think this extension is awesome?

  • It enables faster JavaScript development by allowing debugging to be completed entirely within VS Code.
  • It supports a wide variety of JavaScript environments, including Node.js, Chrome, Edge, WebView2 and VS Code extensions.
  • Many debugging features are available that are useful for detailed examination of JavaScript behavior. Please check the following.

Make sure that:

  • Screenshot/GIF included (to demonstrate the plugin functionality)

  • ToC updated

@@ -463,10 +464,6 @@ See the difference between these two [here](https://github.com/michaelgmcd/vscod

- [tslint (deprecated)](https://marketplace.visualstudio.com/items?itemName=ms-vscode.vscode-typescript-tslint-plugin) - TSLint for Visual Studio Code.

### [Debugger for Chrome](https://marketplace.visualstudio.com/items?itemName=msjsdiag.debugger-for-chrome)

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove duplication of Debugger for Chrome in 51b35e2

@R-HNF R-HNF marked this pull request as ready for review September 28, 2024 06:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant