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

@@ -116,11 +116,11 @@
"config.postCommitCommand.none": "Don't run any command after a commit.",
"config.postCommitCommand.push": "Run 'Git Push' after a successful commit.",
"config.postCommitCommand.sync": "Run 'Git Sync' after a successful commit.",
"config.promptToOpenClonedRepository": "Controls whether to show a prompt after cloning a repository.",
"config.promptToOpenClonedRepository.currentWindow": "Open repository in current window.",
"config.promptToOpenClonedRepository.newWindow": "Open repository in new window.",
"config.promptToOpenClonedRepository.noFolderOpened": "Open in current window if no folder is opened. Otherwise show prompt.",
"config.promptToOpenClonedRepository.showPrompt": "Always show prompt to choose action.",
"config.openAfterClone": "Controls whether to show a prompt after cloning a repository.",
"config.openAfterClone.currentWindow": "Open repository in current window.",
"config.openAfterClone.newWindow": "Open repository in new window.",
"config.openAfterClone.noFolderOpened": "Open in current window if no folder is opened. Otherwise show prompt.",
"config.openAfterClone.showPrompt": "Always show prompt to choose action.",
"config.showInlineOpenFileAction": "Controls whether to show an inline Open File action in the Git changes view.",
"config.showPushSuccessNotification": "Controls whether to show a notification when a push is successful.",
"config.inputValidation": "Controls when to show commit message input validation.",