Skip to content

Commit

Permalink
Merge pull request #220 from sana-ajani/livepreview-migration
Browse files Browse the repository at this point in the history
Live Preview announcement
  • Loading branch information
digitarald authored Sep 27, 2021
2 parents a7eff35 + 998533b commit d5c6ab2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## :rotating_light: Important
This extension has been deprecated in favor of the [Live Preview extension](https://marketplace.visualstudio.com/items?itemName=ms-vscode.live-server). The Live Preview extension is under active development and has much of the same functionality, including an embedded preview and external browser debugging. You can install the Live Preview extension and safely uninstall or disable this Browser Preview extension.

Please file any issues you encounter in the [Live Preview repository](https://github.com/microsoft/vscode-livepreview).

<h1 align="center">
<br>
<img src="https://github.com/auchenberg/vscode-browser-preview/blob/master/resources/icon_128.png?raw=true" alt="logo" width="100">
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vscode-browser-preview",
"displayName": "Browser Preview",
"displayName": "[Deprecated] Browser Preview",
"categories": [
"Other"
],
Expand All @@ -9,7 +9,7 @@
"email": "[email protected]",
"name": "Kenneth Auchenberg"
},
"description": "A real browser preview inside your editor that you can debug.",
"description": "This extension is deprecated in favor of the Live Preview extension.",
"publisher": "auchenberg",
"engines": {
"vscode": "^1.30.0"
Expand Down

0 comments on commit d5c6ab2

Please sign in to comment.