microsoft / codetour

VS Code extension that allows you to record and play back guided tours of codebases, directly within the editor.

Home Page:https://aka.ms/codetour

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tour going to non existing steps with CTRL+{arrow}

JonatasAmaral opened this issue · comments

Using CTRL + ← / CTRL + → to navigate, can make Codetour go to 'out of boundaries" steps, like -1

after the last:
image

before the first:
image

Hey! Thanks for reporting this. Yeah the next/previous links have safe guards to prevent this, but the keyboard shortcut doesn't check if there's a step before trying to navigate the tour. I'll add this logic in the next extension release 👍