File tree 3 files changed +8
-6
lines changed
3 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
| Version | Date | Changelog |
3
3
| ---| ---| ---|
4
+ |5.5.0| 12.02.19 | &mdash ; *** [ Fixes] *** Fixed ` ignoreFiles ` settings [[ #255 ] ( https://github.com/ritwickdey/vscode-live-server/issues/255 )] <br > &mdash ; Attempt to fix ` high cpu load ` [[ #278 ] ( https://github.com/ritwickdey/vscode-live-server/issues/278 )]
4
5
|5.4.0| 30.01.19 | Bug fix for fsevents on Visual Code Insiders.
5
6
|5.3.1| 28.11.18 | Event-Stream Package Security Update.
6
7
|5.3.0| 27.11.18 | Few Packages are upgraded.
Original file line number Diff line number Diff line change @@ -65,15 +65,16 @@ All settings are now listed here [Settings Docs](./docs/settings.md).
65
65
66
66
## What's new ?
67
67
68
+ * ### Version 5.5.0 (12.02.19)
69
+ * *** [ Fixes] *** Fixed ` ignoreFiles ` settings [[ #255 ] ( https://github.com/ritwickdey/vscode-live-server/issues/255 )]
70
+ * Attempt to fix ` high cpu load ` [[ #278 ] ( https://github.com/ritwickdey/vscode-live-server/issues/278 )]
71
+
68
72
* ### Version 5.4.0 (30.01.19)
69
73
* Bug fix for fsevents on Visual Code Insiders.
70
74
71
75
* ### Version 5.3.1 (28.11.18)
72
76
* Event-Stream Package Security Update.
73
77
74
- * ### Version 5.3.0 (27.11.18)
75
- * Few Packages are upgraded.
76
-
77
78
78
79
## Changelog
79
80
To check full changelog [ click here] ( CHANGELOG.md ) .
Original file line number Diff line number Diff line change 2
2
"name" : " LiveServer" ,
3
3
"displayName" : " Live Server" ,
4
4
"description" : " Launch a development local Server with live reload feature for static & dynamic pages" ,
5
- "version" : " 5.4 .0" ,
5
+ "version" : " 5.5 .0" ,
6
6
"publisher" : " ritwickdey" ,
7
7
"author" : {
8
8
"name" : " Ritwick Dey" ,
342
342
"vsls" : " ^0.3.967"
343
343
},
344
344
"announcement" : {
345
- "onVersion" : " 5.4 .0" ,
346
- "message" : " LiveServer@5.4 .0: Bug fix for fsevents on Code Insiders "
345
+ "onVersion" : " 5.5 .0" ,
346
+ "message" : " LiveServer@5.5 .0: Fixed `ignoreFiles` settings & Attempt to fix `high cpu load` "
347
347
}
348
348
}
You can’t perform that action at this time.
0 commit comments