mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 11:08:51 +01:00
🐛 fixes #21143
This commit is contained in:
@@ -34,8 +34,8 @@
|
||||
"config.autofetch": "Whether auto fetching is enabled",
|
||||
"config.enableLongCommitWarning": "Whether long commit messages should be warned about",
|
||||
"config.confirmSync": "Confirm before synchronizing git repositories",
|
||||
"config.countBadge": "Controls the git badge counter",
|
||||
"config.checkoutType": "Controls what type of branches are listed",
|
||||
"config.countBadge": "Controls the git badge counter. `all` counts all changes. `tracked` counts only the tracked changes. `off` turns it off.",
|
||||
"config.checkoutType": "Controls what type of branches are listed when running `Checkout to...`. `all` shows all refs, `local` shows only the local branchs, `tags` shows only tags and `remote` shows only remote branches.",
|
||||
"config.ignoreLegacyWarning": "Ignores the legacy Git warning",
|
||||
"config.ignoreLimitWarning": "Ignores the warning when there are too many changes in a repository"
|
||||
}
|
||||
Reference in New Issue
Block a user