coderoad / coderoad-vscode

👩‍💻 Create or play Interactive coding tutorials in VSCode
https://coderoad.github.io
GNU Affero General Public License v3.0
949 stars 39 forks source link

add onContinue hook #561

Closed ShMcK closed 2 years ago

ShMcK commented 2 years ago

I've added a continue hook that will let you run any commands or vscodeCommands.

tutorial.config.continue: { commands: [], vscodeCommands: [] }

I've also added a webhook if needed to track continued tutorials.

tutorial.webhook.events.continue

Signed-off-by: shmck shawn.j.mckay@gmail.com