Multi git executable paths (#85954)

* Multi git executable path

* update `git.path` setting description

* 💄

Co-authored-by: João Moreno <joao.moreno@microsoft.com>
This commit is contained in:
WhizSid
2020-09-10 18:32:37 +05:30
committed by GitHub
parent 3271ccc99a
commit c334da1952
4 changed files with 25 additions and 14 deletions

View File

@@ -1515,7 +1515,8 @@
"git.path": {
"type": [
"string",
"null"
"null",
"array"
],
"markdownDescription": "%config.path%",
"default": null,