StarlaneStudios / vscode-comment-anchors

⚓A Visual Studio Code extension that adds support for comment anchors 🔭
https://marketplace.visualstudio.com/items?itemName=ExodiusStudios.comment-anchors
MIT License
205 stars 32 forks source link

I cannot open a file with an absolute path. #190

Closed baizhi1989 closed 1 year ago

baizhi1989 commented 1 year ago

version:v1.10.3 vscodeversion:1.77.3 example: there is a file b.ini in my vscode workspace there is a file D:/temp/a.ini (exists)

--------------------------b.ini start----------------------------------

this link is normal and b.ini is in my vscode workspace // LINK b.ini

this link can not open when i click ctrl + mouse left button // LINK D:/temp\a.ini

this link can open when i click ctrl + left button, but other normal // LINK b.ini unable to click // LINK file:///D:/temp\a.ini

--------------------------b.ini end----------------------------------