microsoft / codetour

VS Code extension that allows you to record and play back guided tours of codebases, directly within the editor.
https://aka.ms/codetour
MIT License
4.36k stars 113 forks source link

Nothing shows up in Explorer #77

Closed fredkuhne closed 4 years ago

fredkuhne commented 4 years ago

Windows 10 VS Code 1.45.1

I installed the extension to try out adding a tour and don't see anything in explorer or any clear way in the UI of adding a tour. Any suggestions? I have already turned it off and back on. ;)

image

image

lostintangent commented 4 years ago

Previously, the CodeTour tree would only show up if the opened workspace actually had any tours in it. So you'd have to use the CodeTour: Record Tour or CodeTour: Open Tour commands to create/view tours. That said, I just pushed an update that will always show the CodeTour tree on the Explorer tab, to make the experience more discoverable. Let me know if that seems to work well for you and/or if you have any other feedback. Thanks!

fredkuhne commented 4 years ago

Nice and super fast response. :)