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:
@@ -36,5 +36,6 @@
|
||||
"config.confirmSync": "Confirm before synchronizing git repositories",
|
||||
"config.countBadge": "Controls the git badge counter",
|
||||
"config.checkoutType": "Controls what type of branches are listed",
|
||||
"config.ignoreLegacyWarning": "Ignores the legacy Git warning"
|
||||
"config.ignoreLegacyWarning": "Ignores the legacy Git warning",
|
||||
"config.cloneDirectory": "When cloning a new repository, the default location will be set to this directory"
|
||||
}
|
||||
Reference in New Issue
Block a user