jrowny / brackets-snippets

A brackets snippets extension
http://www.github.com/adobe/brackets
Other
129 stars 42 forks source link

Installation failed #73

Open Slobug opened 6 years ago

Slobug commented 6 years ago

Hi,

with my update :

Version 1.12 édition 1.12.0-17619 (release b8db07d7e) Horodatage de la version : Wed Jan 24 2018 13:40:52 GMT+0000

The installation failed... Is the Brackets version involved?

Thanks

capture

curdaneta commented 6 years ago

Same problem here, upgrade it to version 1.12 build 1.12.0-17619 and the extension is gone

Mike-williams3000 commented 6 years ago

It's because the PanelManager package is deprecated. Changing line 40 of main.js to "view/WorkspaceManager" rather than "view/PanelManager" seems to fix the extension for a manual install.

curdaneta commented 6 years ago

@Mike-williams3000 thanks for the tip, worked again!