pxt
pxt copied to clipboard
[DRAFT] Workspace layer refactor
(formerly: https://github.com/microsoft/pxt/pull/7657)
While working on cloud sync, I ended up discovering a bunch of inconsistencies and potential race conditions and other problems in our workspace layering, so I've started a clean up and refactor of that area of the code.
This is going on the back-burner however and we're going to take a simpler, incremental approach to cloud sync for now here: #7743