File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
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.1 " ,
16+ "version" : "2.0.2 " ,
1717 "readme" : "readme.md" ,
1818 "icon" : "icon.png" ,
1919 "files" : [ ] ,
102102
103103 ///////////////////////////////////////////////////////////////////
104104 ///INITILIZING ALL EVENT Listeners///////
105- // editorManager.on('save-file', () => {
106- // ///i have to move it to an seprate function so that it will only listen when its actually needed its efficient use of resources
107- // ///ill update it later its forcing the windo to relode
108- // this.reloadFile();
109- // });
105+ editorManager . on ( 'save-file' , ( ) => {
106+ ///i have to move it to an seprate function so that it will only listen when its actually needed its efficient use of resources
107+ ///ill update it later its forcing the windo to relode
108+ this . reloadFile ( ) ;
109+ } ) ;
110110
111111 editorManager . on ( 'switch-file' , ( ) => {
112112 this . showOrHideIFhtml ( ) ;
You can’t perform that action at this time.
0 commit comments