-
Notifications
You must be signed in to change notification settings - Fork 153
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #220 from sana-ajani/livepreview-migration
Live Preview announcement
- Loading branch information
Showing
2 changed files
with
7 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
], | ||
|
@@ -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" | ||
|