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

Setting Primary fails

davidgs opened this issue · comments

In starting out with this stuff I was super-excited and probably over-eager. So I started playing around before reading all of the directions.

I created a Tour of one part of my codebase, but then thought I'd like to add more tours.

So I created another tour, and tried to use the set primary menu item. But nothing changes. So I went into the json and remove the primary from the first tour, and added it to the second tour. No change. So I added the numbering convention. No change.

Screen Shot 2022-05-20 at 10 07 57 AM

Screen Shot 2022-05-20 at 10 08 11 AM

Screen Shot 2022-05-20 at 10 08 25 AM

Now, I did export the first tour to a Gist yesterday, so I wonder if that is preventing the changes?

Yeah something must have regressed here 🤔 Thanks for reporting this!