From 7feabc26368db0da7eb408805cf15dcddf1dfa01 Mon Sep 17 00:00:00 2001 From: Edgard Lorraine Messias Date: Mon, 17 Jun 2019 07:33:45 -0300 Subject: [PATCH] fix: Fixed config scope for svn.path (close #616) (#614) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a14f583b..9294d528 100644 --- a/package.json +++ b/package.json @@ -962,7 +962,7 @@ ], "description": "Path to the svn executable", "default": null, - "isExecutable": true + "scope": "machine" }, "svn.defaultCheckoutDirectory": { "type": "string",