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
{{ message }}
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.
One thing i have to add, the naming of the preferences constant is somewhat inconsistent sometimes it is PREFERENCES_CLIENT_ID and in some files PREFERENCES_KEY i think we should also normalize those.
OK, thanks for working on this. I've opened issue #3217 to clean up the migration code. I made a comment in there to think about this around sprint 25 and assigned the issue to me so that I'll spot it from time to time when looking at my assigned issues.
Lance Campbell just mentioned on the forums https://groups.google.com/forum/#!topic/brackets-dev/rYDR13sbhnk that the preferences seem to have several different IDs:
Example 1: "language/JSLintUtils"
Example 2: "com.adobe.brackets.Editor"
Example 3: "main"
I would suggest replacing all of them with "com.adobe.brackets." + module.id to best try to avoid any kind of namespace collision.
The text was updated successfully, but these errors were encountered: