Closed SetsuikiHyoryu closed 1 year ago
Sorry I don't have a Win 11+PowerShell env to debug this. The document is checked by markdownlint and reports diagnostics to coc-markdownlint to display, maybe there's something broken with markdownlint on this env.
Sorry I don't have a Win 11+PowerShell env to debug this. The document is checked by markdownlint and reports diagnostics to coc-markdownlint to display, maybe there's something broken with markdownlint on this env.
I used markdownlint in VSCode is no problem. Maybe it has some problem on powershell.
@SetsuikiHyoryu try https://github.com/DavidAnson/markdownlint-cli2 with PowerShell, does it work?
@SetsuikiHyoryu try https://github.com/DavidAnson/markdownlint-cli2 with PowerShell, does it work?
@fannheyward It worked on command line, but nothing in neovim. And also no any information in git bash on windows(I'm not sure less then 11).
Any errors in :CocCommand workspace.showOutput markdownlint
?
Any errors in
:CocCommand workspace.showOutput markdownlint
?
No any messages.
:CocCommand workspace.showOutput markdownlint
should open a new buffer, displayed markdownlint configs:
:CocCommand workspace.showOutput markdownlint
should open a new buffer, displayed markdownlint configs:
It looks like fail to create buffer.
:CocCommand workspace.showOutput
?
:CocCommand workspace.showOutput
?
Oh, something displayed.
It displayed prettier info where I choosed 2.
It's strange that no markdownlint
displayed in the list. What's your :CocInfo
and :CocOpenLog
?
Looks like something wrong.
Upgrade your coc.nvim please. The URL is not defined
error is caused by extension sandbox env, coc has fixed this in latest release.
Upgrade your coc.nvim please. The
URL is not defined
error is caused by extension sandbox env, coc has fixed this in latest release.
Thankyou! I'm going to try it. If succeed, I will close this issue.
Thankyou! It works now.
I tried write some wrong style, but no any warning displayed.
This is my CocList, and coc-markdownlint is in this list:
And I tried
CocList commands
but it tell me No result for search markdownlint commands:My OS is windows 11, and using PowerShell 7.