Changed name of the setting to openAfterClone

This commit is contained in:
Jacob
2020-04-22 14:27:55 +02:00
parent b64cb1ecf4
commit 1243ff76e4
3 changed files with 15 additions and 15 deletions

View File

@@ -1507,7 +1507,7 @@
"scope": "resource",
"default": "none"
},
"git.promptToOpenClonedRepository": {
"git.openAfterClone": {
"type": "string",
"enum": [
"currentWindow",
@@ -1516,13 +1516,13 @@
"showPrompt"
],
"enumDescriptions": [
"%config.promptToOpenClonedRepository.currentWindow%",
"%config.promptToOpenClonedRepository.newWindow%",
"%config.promptToOpenClonedRepository.noFolderOpened%",
"%config.promptToOpenClonedRepository.showPrompt%"
"%config.openAfterClone.currentWindow%",
"%config.openAfterClone.newWindow%",
"%config.openAfterClone.noFolderOpened%",
"%config.openAfterClone.showPrompt%"
],
"default": "showPrompt",
"description": "%config.promptToOpenClonedRepository%"
"description": "%config.openAfterClone%"
},
"git.showInlineOpenFileAction": {
"type": "boolean",