Initial checklist
Problem
We consolidate our linter ignore rules in a .lintignore file to avoid duplicating them across multiple tools. with remark-cli it's possible to define a --ignore-path but that feature seems to be missing from this extension.
Current solutions
duplicate our rules in .markdownignore
Proposed solutions
Allow setting a ignorePath setting in the vscode extension.
Initial checklist
Problem
We consolidate our linter ignore rules in a
.lintignorefile to avoid duplicating them across multiple tools. withremark-cliit's possible to define a--ignore-pathbut that feature seems to be missing from this extension.Current solutions
duplicate our rules in
.markdownignoreProposed solutions
Allow setting a
ignorePathsetting in the vscode extension.