Console integration

In the Edge DevTools tab's Console tool in Visual Studio Code with this extension, you can do everything that you can do when using Microsoft Edge DevTools inside the browser.

The DevTools Console inside the extension as an own tab

You can:

Console side-by-side with other tools

You can use the Console alongside the Elements tool, by opening the Console in the lower panel of the Edge DevTools tab:

The DevTools Console inside the extension alongside the elements tool

Console during Run and Debug

If you launch the DevTools extension from the Run and Debug workflow, the Debug Console of Visual Studio Code gives you most of the functions of the Edge DevTools tab's Console tool, but without filtering options, and with a more basic results display than the Edge DevTools tab's Console tool:

The DevTools Console is available when the extension is launched from a Run and Debug workflow

See also