minAlertLevel triggers based on the setting vale.valeCLI.minAlertLevel, but the docs specify it as vale.minAlertLevel.
In addition, there are consts for vale.valeCLI for both config and path, and in the docs are specified as vale.{config,path}.
Changing my settings to "vale.valeCLI.minAlertLevel": "suggestion", makes the extension work, even though VS Code thinks it shouldn't.
Uncertain whether this should be fixed by standardising the extension to vale.<setting> or vale.valeCLI.<setting>, but either way this could be a breaking change to people's configs.
minAlertLevel
triggers based on the settingvale.valeCLI.minAlertLevel
, but the docs specify it asvale.minAlertLevel
. In addition, there are consts forvale.valeCLI
for bothconfig
andpath
, and in the docs are specified asvale.{config,path}
.Changing my settings to
"vale.valeCLI.minAlertLevel": "suggestion",
makes the extension work, even though VS Code thinks it shouldn't.Uncertain whether this should be fixed by standardising the extension to
vale.<setting>
orvale.valeCLI.<setting>
, but either way this could be a breaking change to people's configs.