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.1|12.02.19 | &mdash ; *** [ Fixes] *** Fixed ` Extension host terminated unexpectedly ` for MacOS. [[ #285 ] ( https://github.com/ritwickdey/vscode-live-server/issues/285 )]
4
5
|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 )]
5
6
|5.4.0| 30.01.19 | Bug fix for fsevents on Visual Code Insiders.
6
7
|5.3.1| 28.11.18 | Event-Stream Package Security Update.
Original file line number Diff line number Diff line change @@ -65,16 +65,17 @@ All settings are now listed here [Settings Docs](./docs/settings.md).
65
65
66
66
## What's new ?
67
67
68
+
69
+ * ### Version 5.5.1 (12.02.19)
70
+ * *** [ Fixes] *** Fixed ` Extension host terminated unexpectedly ` for MacOS. [[ #285 ] ( https://github.com/ritwickdey/vscode-live-server/issues/285 )]
71
+
68
72
* ### Version 5.5.0 (12.02.19)
69
73
* *** [ Fixes] *** Fixed ` ignoreFiles ` settings [[ #255 ] ( https://github.com/ritwickdey/vscode-live-server/issues/255 )]
70
74
* Attempt to fix ` high cpu load ` [[ #278 ] ( https://github.com/ritwickdey/vscode-live-server/issues/278 )]
71
75
72
76
* ### Version 5.4.0 (30.01.19)
73
77
* Bug fix for fsevents on Visual Code Insiders.
74
78
75
- * ### Version 5.3.1 (28.11.18)
76
- * Event-Stream Package Security Update.
77
-
78
79
79
80
## Changelog
80
81
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.5.0 " ,
5
+ "version" : " 5.5.1 " ,
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.5.0 " ,
346
- "message" :
" [email protected] : Fixed `ignoreFiles` settings & Attempt to fix `high cpu load`"
345
+ "onVersion" : " 5.5.1 " ,
346
+ "message" :
" [email protected] & 5.5.1 : Fixed `ignoreFiles` settings, Attempt to fix `high cpu load` & Fixed for macOS "
347
347
}
348
348
}
You can’t perform that action at this time.
0 commit comments