File tree Expand file tree Collapse file tree 1 file changed +17
-17
lines changed
Expand file tree Collapse file tree 1 file changed +17
-17
lines changed Original file line number Diff line number Diff line change 88
99 let oldSetting = settings . get ( 'autosave' ) /// needs menimum valur 1000 mili seconds
1010 var e = {
11- "id" : "liveserver" ,
12- "name" : "Live Server" ,
13- "main" : "main.js" ,
14- "version" : "1.1.3" ,
15- "readme" : "readme.md" ,
16- "icon" : "icon.png" ,
17- "files" : [ ] ,
18- "minVersionCode" : 290 ,
19- "license" : "" ,
20- "changelogs" : "changelogs.md" ,
21- "repository" : "https://github.com/hackesofice/Acode- live-server.git" ,
22- "keywords" : [ "Live Server" , "live" , "HTML Viewer" ] ,
23- "price" : 0 ,
24- "author" : {
25- "name" : "HACKESOFICE" ,
26- "email" : "hackesofice@gmail.com" ,
27- "github" : "hackesofice"
11+ "id" :"liveserver" ,
12+ "name" :"Live Server" ,
13+ "main" :"main.js" ,
14+ "version" :"1.1.3" ,
15+ "readme" :"readme.md" ,
16+ "icon" :"icon.png" ,
17+ "files" :[ ] ,
18+ "minVersionCode" :290 ,
19+ "license" :"" ,
20+ "changelogs" :"changelogs.md" ,
21+ "keywords" : [ "Live Server" , " live" , "HTML Viewer" ] ,
22+ "price" : 0 ,
23+ "repository" : "https://github.com/hackesofice/Acode-live-server.git" ,
24+ "author" :{
25+ "name" :"HACKESOFICE" ,
26+ "email" :"hackesofice@gmail.com" ,
27+ "github" :"hackesofice"
2828 }
2929 }
3030 class LiveServer {
You can’t perform that action at this time.
0 commit comments