brackets-terminal icon indicating copy to clipboard operation
brackets-terminal copied to clipboard

PreferencesManager.getPreferenceStorage is deprecated

Open marcelgerber opened this issue 10 years ago • 2 comments

The Brackets method PreferencesManager.getPreferenceStorage() has been deprecated in Sprint 36 (released February 2014) and is about to be removed in the near future, probably in Release 1.1. Your extension makes use of this method and thus, it'll probably not work any longer after that code is removed, or it will at least behave wonky. Use the new Preferences System instead to be future-proof.

For more information, take a look at https://github.com/adobe/brackets/issues/8751#issuecomment-60777334.

marcelgerber avatar Oct 30 '14 23:10 marcelgerber

Cool, thanks @MarcelGerber! I'll give it a look soon!

artoale avatar Oct 30 '14 23:10 artoale

Wow, you're fast :D

marcelgerber avatar Oct 30 '14 23:10 marcelgerber