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
- they did not reflect any subsequent update because updates create a new backing readonly instance
- with this patch we simplified the code even more by exposing a readonly interface with all of the
implementation in the CoderSettingsStore. PluginSettingsStore and Environments are the only persist-able
stores.
- because read only instances share the same settings store instances any update on the writable will reflect
on the readable instances as well.
0 commit comments