microsoft / vscode

Visual Studio Code
https://code.visualstudio.com
MIT License
160.61k stars 28.14k forks source link

OSC 8 terminal hyperlinks don't work properly in Remote - WSL #211443

Open Tyriar opened 2 months ago

Tyriar commented 2 months ago

Repro:

Run printf '\e]8;;file:///home/daniel/dev/Tyriar/xterm.js/README.md\e\\file scheme\e]8;;\e\n' using a file that exists in the workspace. 🐛 Clicking the link does not do anything

image

BladeMF commented 1 month ago

Hi @Tyriar,

Thanks for working on the links! Some questions:

  1. Does this cover links that run in Docker windows (it would appear so)? (The following questions are all in the Docker context and in the integrated terminal)
  2. Does this cover also the vscode protocol?
  3. Wasn't there a vscode-remote protocol? Now it seems to popup the Windows' "Get an app to open vscode-remote". This behaviour seems changed.