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