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
Need to figure out why editor preferences are not saving. Currently in code, the filename is "xml" and so our archive writer gives up because it doesn't know what type of writer/reader to use.
We need to change the filename to be .json (I've confirmed this makes it read/write with json archiver.) Then need to fix the in-file pointer resolving so that preferences can persist.
The text was updated successfully, but these errors were encountered:
Need to figure out why editor preferences are not saving. Currently in code, the filename is "xml" and so our archive writer gives up because it doesn't know what type of writer/reader to use.
We need to change the filename to be .json (I've confirmed this makes it read/write with json archiver.) Then need to fix the in-file pointer resolving so that preferences can persist.
The text was updated successfully, but these errors were encountered: