rbrisita / codio-sui

A media format for VS Code to record and playback the process of programming.
GNU Affero General Public License v3.0
10 stars 3 forks source link

Handle Saving Files Better #115

Closed rbrisita closed 2 years ago

rbrisita commented 2 years ago

Handle files that aren't interacted with but are necessary; think instructions.

rbrisita commented 2 years ago

After review, it makes more sense for the Canon format should handle this responsibility. Saving files could be better though. Changing title to reflect.

rbrisita commented 2 years ago

A deep dive showed that there was deprecated code handling workspace files. No longer needed because editor and workspace events are listened to and saved rather than saving found open files.

rbrisita commented 2 years ago

Further removing deprecated code and renamed declarations to convey events and not a timeline.