Replies: 1 comment
|
When trying to hide false positives in Neovim (which includes it as one available code action) I get an error: Is there in fact such an extension? |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
I'm trying to use LTeX+ CLI in order to check on our CI that there are no error in our markdown files. I've used
vscode-ltex-plusto fix issues in my 100+ markdown files, resulting in the following files created by the VS Code extension:.vscode/ltex.dictionary.en-US.txtand similar files for other languages.vscode/ltex.hiddenFalsePositives.en-US.txtand similar files for other languagesIf I understand correctly the discussions from #56, there is no setting / CLI switch to feed these files to LTeX CLI+, is that correct?
Is there any known workaround?
All reactions