A simple Visual Studio Code extension that provides an internal browser for local development.
- Displays an internal browser within VS Code.
- Useful for previewing local web development projects without leaving the editor.
- Install the extension from the Visual Studio Code Marketplace (once published) or manually via a
.vsixfile. - Reload VS Code after installation.
- Open the Command Palette (Ctrl+Shift+P or Cmd+Shift+P on Mac).
- Run the command "Show Internal Browser" to launch the internal browser.
To set up the project locally:
- Clone the repository.
- Run
npm installto install dependencies. - Run
npm run compileto build the extension. - Open the project in VS Code and press F5 to debug.
To package the extension for distribution:
- Run
npm run packageto create a.vsixfile usingvsce.
- VS Code version 1.87.0 or higher.
This project is licensed under the MIT License - see the LICENSE.txt file for details.
- Ruan Lamprecht (RookieSA)
Feel free to submit issues or pull requests to the repository.