microsoft / microsoft/vscode-remote-release

Navigation with `:line:column` syntax not working for `vscode-remote` url

Open
#7,787 6 comments 1 reaction 0 assignees View on GitHub

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:

  1. Open any MarkDown file and add there a link to navigate [test url navigation](vscode-remote://file//<path-to-file>)
  2. Open the MarkDown in preview mode - navigation suppose to work
  3. Now add row and column navigation at the end - like this: [test url navigation](vscode-remote://file//<path-to-file>:3:2)
  4. Error Notification appears:
    image

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.