diff --git a/README.md b/README.md index 7dec8df2..840b441e 100644 --- a/README.md +++ b/README.md @@ -53,10 +53,9 @@ out awesome. - [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) @@ -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 @@ -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) - -> 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.