[I'm sorry but I'm super busy now. If you want to be a maintainer of the project, please feel free to contact me! You've to be passionate about programming]
Live Server loves 💘 your multi-root workspace
Live Server for server side pages like PHP. Check Here
[For 'command not found error' #78]
Now you can run almost every server you can think of. For example a web server, database server or storage server! Start a server easily on the 'Simple' tab or go advanced and add users, allowed IP's and more! Multiple servers can be run at the same time! No root needed (exceptions below). Trial This app will work for 7 days after which you will need to buy the paid version. You can only add. Profile Manager help Enable mobile device management Reset Profile Manager Ports used by Profile Manager in macOS Server Resolve issues with Profile Manager in macOS Server Xsan Use the resources below to learn about setup options, network management, configuration, and more. Simplify local website testing & streamline access to web-based apps in your LAN Testing websites on the local network with fixed domain names instead of changing IP addresses - NAMO is ideal for simplified testing on mobile devices. Enter the command to start up the server in that directory: # If Python version returned above is 3.X python3 -m http.server # On windows try 'python' instead of 'python3', or 'py -3' # If Python version returned above is 2.X python -m SimpleHTTPServer; By default, this will run the contents of the directory on a local web server, on port 8000. Download minecraftserver.1.16.4.jar and run it with the following command: java -Xmx1024M -Xms1024M -jar minecraftserver.1.16.4.jar nogui. Along the steps of this tutorial, you will configure a Mac server to support Profile Manager, install all required software and enroll your first device. It's a well written article that walks you through all the steps, including the setup of a free SSL certificate, and much more. Take a look at the article here. Thanks for the great post Joshua.
Launch a local development server with live reload feature for static & dynamic pages.
Shortcuts to Start/Stop Server
[NOTE: In case if you don't have any .html
or .htm
file in your workspace then you have to follow method no 4 & 5 to start server.]
Open a project and click to
Go Live
from the status bar to turn the server on/off.Right click on a
HTML
file from Explorer Window and click onOpen with Live Server
..Open a HTML file and right-click on the editor and click on
Open with Live Server
.Hit
(alt+L, alt+O)
to Open the Server and(alt+L, alt+C)
to Stop the server (You can change the shortcut form keybinding). [On MAC,cmd+L, cmd+O
andcmd+L, cmd+C
]Open the Command Pallete by pressing
F1
orctrl+shift+P
and typeLive Server: Open With Live Server
to start a server or typeLive Server: Stop Live Server
to stop a server.
Features
- A Quick Development Live Server with live browser reload.
- Start or Stop server by a single click from status bar.
- Open a HTML file to browser from Explorer menu.[Quick Gif Demo].
- Support for excluding files for change detection.
- Hot Key control.
- Customizable Port Number, Server Root, default browser.
- Support for any browser (Eg: Firefox Nightly) using advance Command Line.
- Support for Chrome Debugging Attachment (More Info). [Quick Gif Demo].
- Remote Connect through WLAN (E.g.: Connect with mobile) [Need Help? See FAQ Section]
- Use preferable host name (localhost or 127.0.0.1).
- Customizable Supporting Tag for Live Reload feature. (Default is
Body
orhead
) - SVG Support
https
Support.- Support for proxy.
- CORS Enabled
- Multi-root workspace supported.
- Support for any file even dynamic pages through Live Server Web Extension.
Installation
Open VSCode and type ctrl+P
, type ext install ritwickdey.liveserver
.
Settings
All settings are now listed here Settings Docs.
FAQs
All FAQs are now listed here FAQ Docs
What's new ?
Version 5.6.1 (17.04.19)
- [NEW] Fixing
Extension host terminated unexpectedly
*[#431
- [NEW] Fixing
Version 5.6.0 (17.04.19)
- [NEW] Intregation of
Browser Preview
withLive Server
[#352 - Thanks to Kenneth Auchenberg] - [NEW] Fallback to random port If given port is busy. [#330 - Thanks to Ali Almohaya ]
- [FIXES] Moved to
vscode-chokidar
lib for #285. - Doc Fixes [#388 - Thanks to Ted Silbernagel]
- [NEW] Intregation of
Version 5.5.1 (12.02.19)
- [Fixes] Fixed
Extension host terminated unexpectedly
for MacOS. [#285]
- [Fixes] Fixed
Version 5.5.0 (12.02.19)
- [Fixes] Fixed
ignoreFiles
settings [#255] - Attempt to fix
high cpu load
[#278]
- [Fixes] Fixed
Changelog
To check full changelog click here.
Special Thanks To Maintainers
App Server Download
A special thanks to Max Schmitt, Joydip Roy & Ayo Adesugba for contributing their valueable time on this project.
LICENSE
Local Server On Mac
This extension is licensed under the MIT License