-
Notifications
You must be signed in to change notification settings - Fork 92
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add command for opening an HTML file in a browser (#6071)
This change adds an "Open in Browser" command to HTML files to go with "Open in Viewer", based on user feedback that it is not obvious how to open an HTML file in a browser if you're looking at it in Positron. Addresses #6047. ### Release Notes #### New Features - New "Open in Browser" command for HTML files (#6047) #### Bug Fixes - N/A ### QA Notes - This change exists only in the Positron Proxy extension and thus should not affect any core scenarios. - I changed the icon for the "Open in Viewer" command to "preview" since I think it's better suited to the gesture.
- Loading branch information
Showing
4 changed files
with
69 additions
and
5 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,5 +1,6 @@ | ||
{ | ||
"displayName": "Positron Proxy", | ||
"description": "HTTP proxying for Positron", | ||
"command.positronProxy.showHtmlPreview.title": "Open in Viewer" | ||
"command.positronProxy.showHtmlPreview.title": "Open in Viewer", | ||
"command.positronProxy.openBrowserPreview.title": "Open in Browser" | ||
} |
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