Git - Remove git.branchProtectionIndicator setting (#153020)

Remove git.branchProtectionIndicator setting
This commit is contained in:
Ladislau Szomoru
2022-06-23 21:56:54 +02:00
committed by GitHub
parent 8ae90b3feb
commit 25cc6c0dd0
5 changed files with 3 additions and 37 deletions

View File

@@ -122,9 +122,6 @@
"config.checkoutType.remote": "Remote branches",
"config.branchPrefix": "Prefix used when creating a new branch.",
"config.branchProtection": "List of protected branches. By default, a prompt is shown before changes are committed to a protected branch. The prompt can be controlled using the `#git.branchProtectionPrompt#` setting.",
"config.branchProtectionIndicator": "Controls whether an indicator is being displayed for a protected branch.",
"config.branchProtectionIndicator.quickOpen": "Display an indicator in the quick open.",
"config.branchProtectionIndicator.statusBar": "Display an indicator in the status bar.",
"config.branchProtectionPrompt": "Controls whether a prompt is being before changes are committed to a protected branch.",
"config.branchProtectionPrompt.alwaysCommit": "Always commit changes to the protected branch.",
"config.branchProtectionPrompt.alwaysCommitToNewBranch": "Always commit changes to a new branch.",