A cross platform Visual Studio Code extension that opens HTML files in a browser of user's choice, which can be any browser installed on your computer. This is a cross platform version of the extension, developed on Linux and not fully tested on MacOS. If you find any bugs or you have any questions, please report/ask them before leaving a bad review. Thank you. ๐
- open a file,
- open the command palette and choose "Open in Browser...",
- or
- simply press CTRL + SHIFT + F9,
- choose a browser.
npm install
npm run compile to start the compiler in watch mode
open this folder in Visual Studio Code and press F5