mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 19:18:59 +01:00
Fix #87343
This commit is contained in:
@@ -1367,7 +1367,10 @@
|
||||
"default": false
|
||||
},
|
||||
"git.defaultCloneDirectory": {
|
||||
"type": "string",
|
||||
"type": [
|
||||
"string",
|
||||
"null"
|
||||
],
|
||||
"default": null,
|
||||
"description": "%config.defaultCloneDirectory%"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user