What was the reasoning behind saving each workspace in a separate file instead of storing it all in a single file?
There are 2 issues that I have encountered that come off of this structure.
- Non-standard workspace names that have the "/" or "\" characters can't be opened.
- Finding all the saved workspaces requires using LuaFS to find the files of the saved states. If the state was saved in a single file we could get the entire list of saved workspace states.
Will it be possible to change the structure to save the state in a single file?
What was the reasoning behind saving each workspace in a separate file instead of storing it all in a single file?
There are 2 issues that I have encountered that come off of this structure.
Will it be possible to change the structure to save the state in a single file?