Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Browser Tab ReloaderNew to Visual Studio Code? Get it now.
Browser Tab Reloader

Browser Tab Reloader

TacuStefan

|
68 installs
| (0) | Free
Reloads browser tab when a change is made in workspace
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Browser Tab Reloader VSCode Extension

This extension helps to automatically reload browser tabs when files in your workspace change.

Automatic Browser Tab Reloading

Usage

Download the Browser Tab Reloader browser extension from:

  • Web Store: https://chromewebstore.google.com/detail/browser-tab-reloader-brow/dckbbpddgogbadffbcocahcpmdbhefgb?authuser=0&hl=en

  • Firefox ADD-ONS: https://addons.mozilla.org/en-US/firefox/addon/browser-tab-reloader/

Video demo on github: https://github.com/stefanFortza/Browser-Tab-Reloader-Extension

⚠️ Important Configuration Warning

If you are using a backend server (e.g., Django) that takes time to reload after file changes, it is crucial to adjust the reloadDelay setting. This delay ensures that the browser does not refresh before the server is ready, preventing potential issues with incomplete reloads.

Example:

{
    "browserTabReloader.reloadDelay": 1500  // Increase the delay (in milliseconds) if your server is slow to reload
}

Features

This extension provides the following features:

  • Automatic Browser Tab Reloading: Automatically reloads browser tabs when files in your workspace change.
  • Customizable Settings: Configure which files and browsers to monitor and reload.
  • Configurable Reload Delay: Adjust the delay before reloading to ensure your backend server (e.g. Django, Express) has time to compile changes.

Requirements

To use this extension, ensure you have the following installed:

  • Node.js: Required to run the extension's server.
  • VS Code: Ensure you have the latest version installed.
  • Supported Browsers: Chrome, Firefox, or any other browser that supports remote debugging.

Installation of Node.js

Download and install Node.js from Node.js official website.

Extension Settings

This extension contributes the following settings:

  • browserTabReloader.fileExtensions: Comma-separated list of file extensions to watch.
  • browserTabReloader.reloadDelay: Delay in milliseconds before reloading after a file change.

Example settings in your settings.json:

{
    "browserTabReloader.fileExtensions": "html, css, js",
    "browserTabReloader.reloadDelay": 500,
    "browserTabReloader.port": 54999,
}

Release Notes

1.0.0

  • Initial release of browser-tab-reloader-vscode-extension.
  • Features automatic reloading of browser tabs on file changes.
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft