File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1313 "id" : "liveserver" ,
1414 "name" : "Live Server" ,
1515 "main" : "main.js" ,
16- "version" : "2.0.2 " ,
16+ "version" : "2.0.3 " ,
1717 "readme" : "readme.md" ,
1818 "icon" : "icon.png" ,
1919 "files" : [ ] ,
4141
4242 async init ( ) {
4343 console . log ( "LiveServerPlugin initialized!" ) ;
44+ acode . addIcon ( 'liveserver' , '${this.baseUrl}icon.png' ) ;
4445 // settings.update({
4546 // "Live-Server":{
4647 // "status": true,
601602 type : 'page' ,
602603 render : true ,
603604 content : BigScreenContent ,
604- tabIcon : "icon googlechrome " ,
605+ tabIcon : "icon liveserver " ,
605606 } ) ;
606607 this . isBigScreenEnabled = true ;
607608 editorManager . on ( "save-file" , this . reloadBigScreen ) ;
Original file line number Diff line number Diff line change 22 "id" :" liveserver" ,
33 "name" :" Live Server" ,
44 "main" :" main.js" ,
5- "version" :" 2.0.2 " ,
5+ "version" :" 2.0.3 " ,
66 "readme" :" readme.md" ,
77 "icon" :" icon.png" ,
88 "files" :[],
You can’t perform that action at this time.
0 commit comments