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 was archived by the owner on Sep 6, 2021. It is now read-only.
I'm not sure where it happens, but when unit tests are run, the current set of prefs are saved and then restored when tests are complete. This is so tests came change prefs as necessary without altering current prefs in editor.
The problem is that the prefs are getting restored to something other than my current prefs. I suspect that with the new prefs system, prefs are getting "restored" correctly, but what's getting "saved" is not the latest prefs.
I'm not sure where it happens, but when unit tests are run, the current set of prefs are saved and then restored when tests are complete. This is so tests came change prefs as necessary without altering current prefs in editor.
The problem is that the prefs are getting restored to something other than my current prefs. I suspect that with the new prefs system, prefs are getting "restored" correctly, but what's getting "saved" is not the latest prefs.