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

feat: read codetour files from regular files and symbolic links #249

Closed wbierbower closed 2 years ago

wbierbower commented 2 years ago

First of all, thank you for this amazing project!

This is a request to add the ability for the extension to read symlink files so that codetour files can exist outside of the repository

Any feedback is appreciated

lostintangent commented 2 years ago

Thanks for the contribution! This change looks good to me 👍