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
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>
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>
…perly
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>
It's a regression, probably caused by a recent version of vscode-uri.
The text was updated successfully, but these errors were encountered: