An open API service indexing awesome lists of open source software.

https://github.com/fabiospampinato/vscode-open-devtools

A simple extension for opening DevTools windows listed under chrome://inspect.
https://github.com/fabiospampinato/vscode-open-devtools

chrome devtools extension open vsc vscode

Last synced: about 2 months ago
JSON representation

A simple extension for opening DevTools windows listed under chrome://inspect.

Awesome Lists containing this project

README

          

# Open DevTools


Logo

A simple extension for opening DevTools windows listed under `chrome://inspect`.

## Install

Follow the instructions in the [Marketplace](https://marketplace.visualstudio.com/items?itemName=fabiospampinato.vscode-open-devtools), or run the following in the command palette:

```sh
ext install fabiospampinato.vscode-open-devtools
```

## Usage

It adds 1 command to the command palette:

```js
'DevTools: Open' // Open a DevTools window listed under chrome://inspect
```

## License

MIT © Fabio Spampinato