You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Foo.ts:20-40 doesn't become a link, and neither does GitHub's Foo.ts#L20-L40. Only :12 and :12:5 are recognised, so a reference to a block of code either loses the range or isn't clickable at all.
Two things get in the way: the position suffix pattern doesn't allow a range, and the external-scheme check reads :20-40 as a URI scheme and bails out early.
Worth having because the panel already knows how to reveal a line — highlighting a range is the same mechanism applied to more than one row.
This discussion was converted from issue #6295 on August 15, 2026 10:02.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Foo.ts:20-40doesn't become a link, and neither does GitHub'sFoo.ts#L20-L40. Only:12and:12:5are recognised, so a reference to a block of code either loses the range or isn't clickable at all.Two things get in the way: the position suffix pattern doesn't allow a range, and the external-scheme check reads
:20-40as a URI scheme and bails out early.Worth having because the panel already knows how to reveal a line — highlighting a range is the same mechanism applied to more than one row.
All reactions