From 0942fec238c36fda40ada604c62fe61f0e619d86 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Pupier?= Date: Fri, 29 Jul 2022 14:05:25 +0200 Subject: [PATCH] Switch back setting internal id to vale.valeCLI.path MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b32a769..6466595 100644 --- a/package.json +++ b/package.json @@ -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,