adobe / brackets-phonegap

A brackets extension for PhoneGap development.
112 stars 52 forks source link

Edge Code issue and crash #77

Closed shirg closed 9 years ago

shirg commented 9 years ago

I've just added the Brackets PhoneGap Extention to Edge Code and two things happen while working with it:

Thanks

redmunds commented 9 years ago

@shirg Edge Code should remember your last project in the view state preferences, so it sounds like that's not getting written to disk. Use Help > Show Extensions Folder and then go up 1 level to the Edge Code CC folder. There should be a state.json file there. That file may have become corrupted, so shutdown Edge Code, then rename or delete that file, and try again.

Unfortunately, the Phonegap extension is not currently being developed. Try opening a Chrome window, go to localhost:9235, and then click on the link to open Dev Tools for Edge Code. Switch to the console and copy/paste any errors to here so we can have a look.

shirg commented 9 years ago

@redmunds I followed what you have suggested, renamed the state.json file, and that solved everything. Thank you!