Extension for vscode to view a html file in a browser.
Use command or context menu in the explorer.
1. Open the command list (Press F1 or Ctrl + Shift + P)
2. Select `View In Browser`
1. Press Ctrl + F1
![contextmenu](./images/contextmenu.png)
You can select what browser you want to open html file with. Default value is your default browser. Add to User or Workspace settings:
{
"view-in-browser.customBrowser": "chrome"
}
Windows, Linux, MacOS
Supported browsers by node-open.
Mozilla, Chrome, Internet Explorer, Safari