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

Review Commands #152

Closed rbrisita closed 2 years ago

rbrisita commented 2 years ago

~~Remove pauseOrResume, just use pause and play Have offset rather than forward/rewind and playFrom resume could just be play timeStart and actions = [] Expose the action but it all goes to offset function in Player.~~

rewindAndForward and pauseorResume might not be needed. Better command names: codio.playCodio to codio.player.play

~~Consolidate playFrom resume pauseOrResume - toggle?~~

Delete src\commands\pauseOrResume.ts src\commands\rewindAndForward.ts Associated image files

Change playCodio to player.start pauseCodio to pause recordCodioToProject to record.start Essentially player.action and record.action Review activationEvents - Some shouldn't show, do they need to be activated? playCodioTask Remove 'codio.executeFile' 'codio.recordCodio' 'codio.trimEnd'