aboutsummaryrefslogtreecommitdiff
path: root/editors/code/src/persistent_state.ts
Commit message (Collapse)AuthorAgeFilesLines
* Separate persistent mutable state from configAleksey Kladov2020-03-161-0/+49
That way, we clearly see which things are not change, and we also clearly see which things are persistent.