microsoft / codetour

VS Code extension that allows you to record and play back guided tours of codebases, directly within the editor.

Home Page:https://aka.ms/codetour

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Gvald opened this issue · comments

commented

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.

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