mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-04 15:25:47 +01:00
Markdown preview support the UNC path files. (#26710)
This commit is contained in:
committed by
Matt Bierner
parent
4b0c5f5773
commit
3e65e255ab
@@ -39,7 +39,7 @@ export function getMarkdownUri(uri: vscode.Uri) {
|
||||
|
||||
return uri.with({
|
||||
scheme: 'markdown',
|
||||
path: uri.fsPath + '.rendered',
|
||||
path: uri.path + '.rendered',
|
||||
query: uri.toString()
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user