Skip to content

Commit

Permalink
Merge pull request #380 from jamcmich/master
Browse files Browse the repository at this point in the history
Moved Browser Preview to Productivity; Added deprecated tag
  • Loading branch information
viatsko committed Aug 11, 2022
2 parents f3c5399 + e57fdd2 commit 474273c
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ out <a href="https://github.com/sindresorhus/awesome">awesome</a>.
- [Azure Cosmos DB](#azure-cosmos-db)
- [Azure IoT Toolkit](#azure-iot-toolkit)
- [Bookmarks](#bookmarks)
- [Browser Preview (deprecated)](#browser-preview)
- [Color Tabs](#color-tabs)
- [Create tests](#create-tests)
- [Dendron](#dendron)
Expand Down Expand Up @@ -156,7 +157,6 @@ out <a href="https://github.com/sindresorhus/awesome">awesome</a>.
- [Seti Icons](#seti-icons)
- [Material Icon Theme](#material-icon-theme)
- [Uncategorized](#uncategorized)
- [Browser Preview](#browser-preview)
- [CodeRoad](#coderoad)
- [Code Runner](#code-runner)
- [Code Time](#code-time)
Expand Down Expand Up @@ -629,6 +629,12 @@ To enable Emmet support in .twig files, you'll need to have the following in you

> Mark lines and jump to them
## [Browser Preview (deprecated)](https://marketplace.visualstudio.com/items?itemName=auchenberg.vscode-browser-preview)

> Browser Preview for VS Code enables you to open a real browser preview inside your editor that you can debug. Browser Preview is powered by Chrome Headless, and works by starting a headless Chrome instance in a new process. This enables a secure way to render web content inside VS Code, and enables interesting features such as in-editor debugging and more!
![Browser Preview Demo](https://raw.githubusercontent.com/auchenberg/vscode-browser-preview/master/resources/demo.gif)

## [Color Tabs](https://marketplace.visualstudio.com/items?itemName=orepor.color-tabs-vscode-ext)

> An extension for big projects or monorepos that colors your tab/titlebar based on the current package
Expand Down Expand Up @@ -1001,12 +1007,6 @@ Example of toggling `typescript.inlayHints.functionLikeReturnTypes.enabled` by s

# Uncategorized

## [Browser Preview](https://marketplace.visualstudio.com/items?itemName=auchenberg.vscode-browser-preview)

> Browser Preview for VS Code enables you to open a real browser preview inside your editor that you can debug. Browser Preview is powered by Chrome Headless, and works by starting a headless Chrome instance in a new process. This enables a secure way to render web content inside VS Code, and enables interesting features such as in-editor debugging and more!
![Browser Preview Demo](https://raw.githubusercontent.com/auchenberg/vscode-browser-preview/master/resources/demo.gif)

## [CodeRoad](https://marketplace.visualstudio.com/items?itemName=CodeRoad.coderoad)

> Play interactive tutorials in your favorite editor.
Expand Down

0 comments on commit 474273c

Please sign in to comment.