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
In #39278, working OSC hyperlinks support for integrated terminal is added. But, it seems to only support http or https link.
Currently, it highlights the link with url file:///..., but do nothing on Ctrl+Click.
This behavior seems to be related with code below:
In #39278, working OSC hyperlinks support for integrated terminal is added. But, it seems to only support
http
orhttps
link.Currently, it highlights the link with url
file:///...
, but do nothing on Ctrl+Click.This behavior seems to be related with code below:
vscode/src/vs/workbench/contrib/terminalContrib/links/browser/terminalLinkManager.ts
Lines 129 to 134 in 0480008
Integrated terminal already detects and links text like
file:///...
, so I think no security concern is related to this.The text was updated successfully, but these errors were encountered: