Skip to content

Commit

Permalink
Markdown preview support the UNC path files. (#26710)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomoki1207 authored and mjbvz committed May 22, 2017
1 parent 4b0c5f5 commit 3e65e25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/markdown/src/previewContentProvider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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()
});
}
Expand Down

0 comments on commit 3e65e25

Please sign in to comment.