You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My concern with trying to auto-detect repositories is that there are many configuration file names that could be used to configure markdownlint-cli2 and there are no requirements for one of them to exist in the root of a project.
An alternate idea would be to let the user control the default value of toggleLinting. In your case, maybe defaulting it off would be better? Of course, then you're in the opposite situation where you need to remember to enable it for workspaces you care about.
There are other ways a workspace could opt in or out of linting, but you want the default (untouched) behavior for a repository to be off and I don't want everybody to have to opt their repositories in to keep linting working. I could add an option to look for a workspace configuration to specify the default for toggleLinting (i.e., two new settings), but I'm worried that's a lot of complexity for something that's only come up once so far.
After installing the extension, I noticed it lints every markdown file even when there's no .markdownlint present.
In repos I don't maintain, this results in a ton of lint highlights I don't feel like I should fix.
I'd prefer to avoid having to enable/disable the extension per-workspace or
toggleLinting
every time.The text was updated successfully, but these errors were encountered: