mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 10:38:59 +01:00
added config option git.cloneDirectory, defaulting to os.homedir()
This commit is contained in:
@@ -618,6 +618,11 @@
|
||||
"type": "boolean",
|
||||
"description": "%config.ignoreLegacyWarning%",
|
||||
"default": false
|
||||
},
|
||||
"git.cloneDirectory": {
|
||||
"type": "string",
|
||||
"default": null,
|
||||
"description": "%config.cloneDirectory%"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user