mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-04-26 01:36:03 +03:00
[GH-ISSUE #462] Not working when use \\wsl$\ubuntu protocol access file #381
Labels
No labels
bug
enhancement
enhancement
enhancement
fixed in next
fixed in next
fixed in next
new rule
new rule
new rule
pull-request
question
refactoring
refactoring
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/markdownlint#381
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @lautumn1990 on GitHub (Nov 16, 2021).
Original GitHub issue: https://github.com/DavidAnson/markdownlint/issues/462
I have a problem when use Jekyll
-watch. So I find a method use wsl2 instead of windows file system. Speed up your builds...Everything works fine, but markdownlint is not working when file over
\\wsl$\ubuntuprotocol.@DavidAnson commented on GitHub (Nov 16, 2021):
Can you show the errors from the Output panel's markdownlint tab, please? And can you try a network share without a "$" to confirm that works? Please see issue https://github.com/DavidAnson/vscode-markdownlint/issues/196 for more about this and a workaround.
@DavidAnson commented on GitHub (Nov 16, 2021):
I realized I don't know how you are running this, either. What tool are you using? I assumed the VS Code extension? More details would be helpful.
@lautumn1990 commented on GitHub (Nov 17, 2021):
Sorry, I confused
markdownlintwithvscode-markdownlint. Yes, I have a problem when use the VS Code extension.DavidAnson/vscode-markdownlint#196 worked for me, when I use
net use s: \\wsl$\ubuntu. Thanks a million.Here are some pictures show the difference.
windows

\wsl$\ubuntu

net use s: \wsl$\ubuntu

problems panel

@DavidAnson commented on GitHub (Jan 21, 2022):
This should work in the next version, see https://github.com/DavidAnson/vscode-markdownlint/issues/216