You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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 adobe/brackets#8751 (comment).
The text was updated successfully, but these errors were encountered: