Skip to content
This repository has been archived by the owner on Apr 14, 2023. It is now read-only.

Commit

Permalink
Switch back setting internal id to vale.valeCLI.path
Browse files Browse the repository at this point in the history
The interest of switching back is that it will avoid end-users having a
setting marked as invalid when opening the setting file. (or to
implement a migration of settings)

fixes #90

Signed-off-by: Aurélien Pupier <[email protected]>
  • Loading branch information
apupier committed Jul 29, 2022
1 parent cf3d024 commit 0942fec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"default": null,
"description": "Absolute path to a Vale config file. If not specified, the default search process will be used (relative to the current file)."
},
"vale.path": {
"vale.valeCLI.path": {
"scope": "resource",
"type": "string",
"default": null,
Expand Down

0 comments on commit 0942fec

Please sign in to comment.