vscode-vs-browser
vscode-vs-browser copied to clipboard
Built-in browser for Visual Studio Code
VS Browser
Built-in browser for Visual Studio Code

Features
- Browser while using Visual Studio Code
- Auto reload your web page after a limited time
- Using a proxy to load the web page
Usage
- Open command palette (
Ctrl+Shift+P) & enter "VS Browser: Start Browser" - All extension settings are
disable by default, you should update extension settings for a better experience
Extension Settings
See the [Features Contributions] tab or in Settings > Extensions > VS Browser for more information
Donation
Thank you for using my product 🎉
This product is free but if you like my work and you want to support me, buy me a coffee ☕
Release Notes
[2.0.11]
- Local Proxy Server: It's working more correctly now. Please give it a try.
- Fix: Localhost website now work even if Proxy Mode is enabled
- Fix: Url on Address bar now correct with current page
- Fix: The state of your old session will be restored after reopening VS Code
[2.0.8]
Local Proxy server: AddforceLocation(Some website redirect the user with some weird status code (eg. 400), so you can bypass the status code and keep redirecting the user to the correct URL)
[2.0.6]
- Fix
reload.autoReloadEnabledname (reload.autoReloadenabled=>reload.autoReloadEnabled) - Fix
locationundefined
[2.0.3]
Local Proxy server: Updatelocationdepend on header location not just status codeLocal Proxy server: AddCookie domain rewrite
[2.0.1]
- Fix
proxy modenot working
[2.0.0]
- Refactor code for better performance
- Add
Local Proxy server(Beta) (many bugs) - Add
Local Proxy server settings - Add
Auto-complete URLsetting - Change settings name
proxy=>proxyModereload.enableAutoReload=>reload.autoReloadEnabledreload.time=>reload.reloadAutoReloadDurationTime
- Fix
Start without Proxycommand not working properly - Fix
Auto reloadnot reload current page - Fix
Address bar valuenot show current page URL
[1.2.1]
- Fix
Updated changes windowalways show after open another workspace
[1.2.0]
- Fix
proxynot working - Add
Start with Proxycommand - Add
Start without Proxycommand - Add
Updated changes windowwhen extension updated
[1.1.1]
- Add option to disable status bar item
[1.1.0]
- Add
reload on saveconfig - Add status bar item
[1.0.6]
- Improve UX
[1.0.5]
- Fix missing the page bottom
[1.0.4]
- Enable
findin browser - Add
inspect - Refactor source code
[1.0.3]
- Add instructions
- Add column settings to show in
- Restore to the previous page when re-open VS Code
- Add the title for the button for easier use
- Disable all settings by default
- Fix button hover color
- Fix error when URL don't have HTTP or HTTPS
[1.0.0]
- First release of VS Browser
Known Issues
- Sometimes, the dialog still displays even if nothing goes wrong
- Local proxy server won't stop even if all browsers are closed
- Local Proxy server does not support form submit (Pure/HTML form submit) yet
Enjoy!