DavidAnson / vscode-markdownlint

Markdown linting and style checking for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=DavidAnson.vscode-markdownlint
MIT License
930 stars 170 forks source link

Open config command ignores .markdownlint-cli2.jsonc file #260

Closed NomarCub closed 1 year ago

NomarCub commented 1 year ago

The open config command makes a new .markdownlint.json file even when there's another file in the workspace it uses already.

DavidAnson commented 1 year ago

Oops, the configFileNames array (and README) haven't been updated to include CLI2 configuration files.