Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[markdown-preview] resolve relative links properly #6403

Merged
merged 1 commit into from
Oct 17, 2019
Merged

Commits on Oct 16, 2019

  1. [markdown-preview] fix #6396: resolve relative links properly

    Latest version of vscode-uir makes sure that URI always has a scheme  or fall backs to `file` scheme and that URI is always absolute by adding leading `/` to the relative path. It broke an assumption that a URI can be relative in the markdown preview.
    
    Signed-off-by: Anton Kosyakov <anton.kosyakov@typefox.io>
    akosyakov committed Oct 16, 2019
    Configuration menu
    Copy the full SHA
    68d0652 View commit details
    Browse the repository at this point in the history