Skip to content

Commit 7feabc2

Browse files
edgardmessiasJohnstonCode
authored andcommitted
fix: Fixed config scope for svn.path (close #616) (#614)
1 parent 7da839e commit 7feabc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -962,7 +962,7 @@
962962
],
963963
"description": "Path to the svn executable",
964964
"default": null,
965-
"isExecutable": true
965+
"scope": "machine"
966966
},
967967
"svn.defaultCheckoutDirectory": {
968968
"type": "string",

0 commit comments

Comments
 (0)