Merge commit 'refs/pull/54300/head' of github.com:Microsoft/vscode into pr/54300

This commit is contained in:
Joao Moreno
2018-09-13 15:55:04 +02:00
5 changed files with 93 additions and 14 deletions

View File

@@ -52,6 +52,8 @@
"command.stash": "Stash",
"command.stashPop": "Pop Stash...",
"command.stashPopLatest": "Pop Latest Stash",
"command.stashApply": "Apply Stash...",
"command.stashApplyLatest": "Apply Latest Stash",
"config.enabled": "Whether git is enabled.",
"config.path": "Path and filename of the git executable, e.g. `C:\\Program Files\\Git\\bin\\git.exe` (Windows).",
"config.autoRepositoryDetection": "Configures when repositories should be automatically detected.",