Releases: ritwickdey/vscode-live-server
v5.3.0
few packages are upgraded
v5.2.0
Version 5.2.0
-
[Features] Live Server + Live Share = 💘. Share your live server over the internet with live reload feature! You'll be prompted to share live server using live server when you click to
Go Live
. (Thank you so much Alex Panov for opening PR #232 ) -
[Docs fixing / update] #170, #185, #201, #233 (Thanks Shaurya Shubham, Benjamin Vincent, Jan Dittrich, Karsten 7.)
v5.1.1
— Fixed Blank Marketplace's description & changelog
v5.1.0
v5.0.0
-
[New] Live Server loves 💘 your multi-root workspace. One of the most requested feature is here. Yes, Live Server is now supports vscode multi-root workspace. [#151]
-
[Dropped] Previously, Live Server was supported for no workspace (just a single
html
file is opened). This feature is removed. (In case, you're missing this feature, open an issue request. We love your feedback) -
[New] New Command is added to change entry point of workspace.
ctrl+shift+p
and typeLive Server: Change Live Server workspace
to change workspace path. Tips: You don't need to use the command, Live Server is smart enough, it'll eigher ask what you want or automatically set the correct workspace if you right click on a HTML file to start the server
v4.1.0
-
Keybinding has been changed to
alt+L, alt+O
&alt+L, alt+C
for Windows/Linux &cmd+L, cmd+O
&cmd+L, cmd+C
for MAC . [#121] (Thanks Joydip Roy) -
Stop Live Server
options is added in editor-context menu. -
TypeScript files are now in default ignore list. [#125] (Thanks Ryan Naddy)
v4.0.0
Version 4.0.0 (14.05.18)
- Integraded Websocket Support. [#89]
- Now open server with
Local Ip
instead of127.0.0.1
(See settings page for more details) [#116] - Availity to hide status bar
Go Live
button. [#117] file
settings : Path to the entry pointentry point
file. For SPA support. (See settings page for more details) [#118]- Docs updated. [#93 #94 #107 #109]
Thanks to the contributors 💓 who made this possible.
— Max Schmitt
— Joydip Roy
— Jasonalex
— Douglas Chen
— Bernard Vander Beken
— Philippe Loctaux
— Arshad Hasan
v3.2.1
-
Re-deployed to vscode marketplace. For some reason few users are facing
command 'extension.liveServer.goOnline' not found
error. (Still the reason of the error is unknown to me.) -
Docs Updated