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

README for ref None indicates pattern will be used, but they are not #202

Closed bplowry closed 3 years ago

bplowry commented 3 years ago

The README indicates that using a ref type of "None" will use a regex pattern rather than a line number, but when I created a tour it still used line numbers

It looks like this behaviour was reverted in https://github.com/microsoft/codetour/commit/89990aaa6aa12a32f20f8b590d891d83b8ad451f

Suspect README change was missed