Merge branch 'git-default-branch-directory' of https://github.com/ihalip/vscode into ihalip-git-default-branch-directory

This commit is contained in:
Joao Moreno
2017-05-04 16:00:45 +02:00
4 changed files with 16 additions and 2 deletions

View File

@@ -37,5 +37,6 @@
"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"
"config.ignoreLimitWarning": "Ignores the warning when there are too many changes in a repository",
"config.cloneDirectory": "When cloning a new repository, the default location will be set to this directory"
}