microsoft / microsoft/vscode-remote-release
Navigation with `:line:column` syntax not working for `vscode-remote` url
Open
Nobody has claimed this yet.
wsl
- Dominant language
- Dockerfile
- Stars
- 4.2k
- Forks
- 470
- Avg merge
- 1d 1h
- Merged PRs (30d)
- 1
Description
This issue occurs when navigating vscode-remote url at specific row and column, see Steps to Reproduce for more information...
- VSCode Version: 1.74.2
- Remote Extension/Connection Type: WSL
Steps to Reproduce:
- Open any MarkDown file and add there a link to navigate
[test url navigation](vscode-remote://file//<path-to-file>) - Open the MarkDown in preview mode - navigation suppose to work
- Now add row and column navigation at the end - like this:
[test url navigation](vscode-remote://file//<path-to-file>:3:2) - Error Notification appears:

Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the problem from a Markdown file in preview mode, comparing a vscode-remote link with and without the :line:column suffix. Trace the vscode-remote URL navigation entry point and verify that a link containing row 3 and column 2 opens the target at that position without an error notification.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- vscode
- Domain
- devtools
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100