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

How to link exported tour file or gist link to local workspace? #294

Closed ZhongHaoAustin closed 7 months ago

ZhongHaoAustin commented 9 months ago

Thank you for the excellent work!

Upon completing a tour and exporting it as a file or uploading it to a gist, I've noticed that when I open the tour from the file or gist link, I only find the tour in the snippet file instead of the entire project. This makes it challenging for us to seamlessly continue the tour steps if we wish to explore further within the project, especially when the file is not in the CodeTour snippet files.

I look forward to your response!

stunited-thien commented 7 months ago

@ZhongHaoAustin I don't know if this is a bug or not but when I opened the exported tour file via the icon folder in the codetour explorer, it didn't open the file project for that tour. I then opened that tour file via command palette and the file project did open. I think you may need to open the project that codetour file built for. I hope this may help you.