Merge commit 'refs/pull/70536/head' of github.com:microsoft/vscode into pr/70536

This commit is contained in:
Joao Moreno
2019-08-08 11:57:25 +02:00
3 changed files with 24 additions and 2 deletions

View File

@@ -96,6 +96,7 @@
"config.enableCommitSigning": "Enables commit signing with GPG.",
"config.discardAllScope": "Controls what changes are discarded by the `Discard all changes` command. `all` discards all changes. `tracked` discards only tracked files. `prompt` shows a prompt dialog every time the action is run.",
"config.decorations.enabled": "Controls whether Git contributes colors and badges to the explorer and the open editors view.",
"config.statusBarSync.enabled": "Controls whether Git sync appears in the status bar.",
"config.promptToSaveFilesBeforeCommit": "Controls whether Git should check for unsaved files before committing.",
"config.promptToSaveFilesBeforeCommit.always": "Check for any unsaved files.",
"config.promptToSaveFilesBeforeCommit.staged": "Check only for unsaved staged files.",