mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 18:49:00 +01:00
Changed name of the setting to openAfterClone
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user