ritwickdey/vscode-live-server

Launch a development local Server with live reload feature for static & dynamic pages.

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 49 minutes ago
Added to GitGenius on September 9th, 2026
Created on June 27th, 2017
Open Issues & Pull Requests: 2,423 (+0)
GitHub issues: Enabled
Number of forks: 1,796
Total Stargazers: 6,870 (+0)
Total Subscribers: 176 (+0)

Repository Insights (GitGenius)

Most active contributors

Sign in to see contributor activity.

Related repositories by overlapping contributors

No overlapping-contributor repos identified yet.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Issue API getrepoissuespagesummary failed: 429 Rate limit exceeded. Please try again later.

Detailed Description

Live Server is a Visual Studio Code extension that launches a local development server with live reload capability for static and dynamic pages.

The tool addresses the friction of manual browser refreshing during web development. It monitors file changes in your workspace and automatically reloads the browser, eliminating the need to save and manually refresh. The extension integrates directly into VS Code through multiple access points: a status bar button, context menu options in the file explorer and editor, keyboard shortcuts, and the command palette. It supports multi-root workspaces, allowing developers to run servers across multiple project folders simultaneously.

Developers building static HTML sites or doing front-end work will find the quickest value from this tool. It suits anyone who wants instant feedback while editing without leaving their editor. The extension offers customization for port numbers, server root directory, and default browser, plus support for HTTPS, proxy configuration, and remote access over local networks for testing on mobile devices. For server-side pages like PHP, the README directs users to a separate web extension. The tool also integrates with Chrome debugging workflows.

The project maintains active issue engagement and has addressed specific bugs reported by users. Development includes ongoing refinement of core functionality and expansion of compatibility across different browser and system configurations.