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
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 5 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,9 @@ out <a href="https://github.com/sindresorhus/awesome">awesome</a>.
- [JavaScript](#javascript)
- [Linters](#linters)
- [Framework-specific](#framework-specific)
- [Debugger for Chrome](#debugger-for-chrome)
- [JavaScript Debugger](#javascript-debugger)
- [Facebook Flow](#facebook-flow)
- [TypeScript](#typescript)
- [Debugger for Chrome](#debugger-for-chrome-1)
- [MATLAB](#matlab)
- [Markdown](#markdown)
- [markdownlint](#markdownlint)
Expand Down Expand Up @@ -450,9 +449,11 @@ See the difference between these two [here](https://github.com/michaelgmcd/vscod
- [Vetur](https://marketplace.visualstudio.com/items?itemName=octref.vetur) - Toolkit for Vue.js
![Vetur](screenshots/Vetur.png)

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

> A VS Code extension to debug your JavaScript code in the Chrome browser, or other targets that support the Chrome Debugging Protocol.
> This is a DAP-based JavaScript debugger. It debugs Node.js, Chrome, Edge, WebView2, VS Code extensions, and more.

![Debugging JavaScript on VS Code](https://github.com/Microsoft/vscode-pwa/raw/HEAD/resources/readme/returnvalue.png)

### Facebook Flow

Expand All @@ -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

> A VS Code extension to debug your JavaScript code in the Chrome browser, or other targets that support the Chrome Debugging Protocol.

## [MATLAB](https://marketplace.visualstudio.com/items?itemName=MathWorks.language-matlab)
> This extension provides support for editing MATLAB® code in Visual Studio® Code and includes features such as syntax highlighting, code analysis, navigation support, and more.

Expand Down