Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Live Preview announcement #220

Merged
merged 2 commits into from
Sep 27, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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