-
Notifications
You must be signed in to change notification settings - Fork 38.2k
Description
- VSCode Version: November 2017 (version 1.19)
- OS Version: Win10
Reproduces without extensions: Yes / No
forks from Could not open link file with absolute path
@mjbvz I open this new issue as your suggest, take a look, thanks.
[test](./test#L10)# relative, pass,L10only works withpreview(if insource, it can jump to the filr, but stays in first line, so I thinkL10don't work withsource, but at least, it not throw error)
[test](/test#L10)# worksapce absolue, pass withsource, failed withpreview(failedmeans throw an error and could not jump to the file)
[test](E:\MyProject\Project\sd\test#L10)# system absolute, pass withpreview, failed withsource,L10only works withpreview
<link rel="stylesheet" href="./test#L10">pass,L10works well
<link rel="stylesheet" href="/test#L10">failed.
<link rel="stylesheet" href="/test">pass. it means line jump only support for relative path.
<link rel="stylesheet" href="E:\MyProject\Project\sd\test">no provider, it means system absolute path doesn't work withhtml

