Skip to content

Commit

Permalink
v5.7.3 update
Browse files Browse the repository at this point in the history
  • Loading branch information
ritwickdey committed Jan 21, 2022
1 parent 7c7d06a commit 5891e42
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"displayName": "Live Server",
"description": "Launch a development local Server with live reload feature for static & dynamic pages",

"version": "5.7.2",

This comment has been minimized.

Copy link
@valabyVivi
"version": "5.7.3",
"publisher": "ritwickdey",
"author": {
"name": "Ritwick Dey",
Expand Down Expand Up @@ -357,7 +357,7 @@
"vsls": "^0.3.967"
},
"announcement": {
"onVersion": "5.7.2",
"message": "[NEW] [email protected].2: load time improved."
"onVersion": "5.7.3",
"message": "[NEW] [email protected].3: Fixed GoLive Toggle button."
}
}
1 change: 0 additions & 1 deletion src/appModel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,6 @@ export class AppModel implements IAppModel {
}

private ToggleStatusBar() {
this.isServerBusy = false;
if (!this.IsServerRunning) {
StatusbarUi.Offline(this.runningPort || Config.getPort);
}
Expand Down

0 comments on commit 5891e42

Please sign in to comment.