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

Fix `playFrom` Command. #84

Closed rbrisita closed 2 years ago

rbrisita commented 2 years ago

This might have to do with startCodio method and process member. Compare with playCodio command.

After selecting a codio to play, playFrom seems to brake. Does not function correctly.

Error: abort from undefined.

rbrisita commented 2 years ago

Refactored playFrom to not be used if codio is not playing. Furthermore, changed playFrom to goto conveying better intended functionality.