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

[feature-request] File-reference in markdown - line numbers? #222

Closed Gvald closed 2 years ago

Gvald commented 2 years ago

I think that adding the ability to link not just files, but also reference to specific line in file in a step can be really useful. Just like in here I already tried with [file](path/to/file:XX), but got an error from VSCode that file is not exist. IMO - this shouldn't be too hard to implement, if vscode already supports this feature, of course.

I have no problem working on this PR, just need some references. I know already this link is related, Will be happy to basic guidance.

lostintangent commented 2 years ago

This is now fixed, and will be included in the next marketplace release. Thanks for the feedback!