Issue by le717
Monday Jul 27, 2015 at 04:39 GMT
Originally opened as adobe/brackets#11488
(Split from adobe/brackets#11174 (comment))
src/utils/Resizer.js uses PreferencesManager.convertPreferences. which is deprecated, so the error is being thrown in core. I have no clue how that preference should be updated to the current system (prefixed? Global preferences file), and I am unsure if deprecation errors should be thrown in core (I think historically that is a "no").