Starting with Visual Studio 2022, the embedded Web Browser Tool Window was removed. This extension brings it back. You can either download the vsix package from the Releases tab here or install it from the Visual Studio Marketplace.
The underlying Web Browser control is Microsoft Edge WebView2.
-
0.3.0 - 2022/10/02
- When defining an empty home page, the browser navigates to about:blank (Fixes issue #3)
- Upgraded a few dependencies
- Changed the way the initial page is loaded (no more using
WebView2.Source
) - More logging
- Added Back, Forward, Reload and Home navigation commands
- Replaced text with icons on buttons (thanks to Syncfusion's Metro Studio)
-
0.2.0 - 2022/09/04
- Added an Options page allowing to define the default Home Page and the logging level
-
0.1.0 - 2022/03/27
- Initial version