Markdown preview support the UNC path files.#26710
Markdown preview support the UNC path files.#26710mjbvz merged 1 commit intomicrosoft:masterfrom tomoki1207:markdown-preview-networkfiles
Conversation
|
I believe we need If the preview is not working for unc paths, first try debugging into |
|
Why we need the normalize path? For the markdown extensions? Or for the
|
|
Thanks @tomoki1207 We need to normalize the path for scroll synchronization. I believe this normalization already happens downstream in |
|
Works fine on 1.13.0-insider. |
Related to #26464.
The built-in markdown extensions cannot preview the network files.
In my case, the network file path is UNC path(starts with
\\).This tiny changes affected to be able to preview even the UNC path files.