
Just like when using the Node debugger, you configure these modes with a.
UPDATE JAVASCRIPT IN CHROME FOR MAC CODE
Using the url parameter you simply tell VS Code which URL to either open or launch in Chrome. Both modes requires you to be serving your web application from local web server, which is started from either a VS Code task or from your command-line. The extension operates in two modes - it can launch an instance of Chrome navigated to your app, or it can attach to a running instance of Chrome.

Pick a launch config from the dropdown on the Debug pane in Code. When your launch config is set up, you can debug your project.

You can safely un-install this extension and you will still be able to have the functionality you need. It is a debugger that debugs Node.js, Chrome, Edge, WebView2, VS Code extensions, and more. This extension has been deprecated as Visual Studio Code now has a bundled JavaScript Debugger that covers the same functionality.
