Add option to hide git sync button in status bar

This PR adds the option `git.statusBarSync.enabled` which when set to `false`
will hide the `SyncStatusBar` icon that is, by default, visible in the status
bar.
This commit is contained in:
Josh Leeb-du Toit
2019-03-15 16:33:05 +11:00
parent 1f64c12672
commit 05ed3df9b8
3 changed files with 24 additions and 2 deletions

View File

@@ -1149,6 +1149,11 @@
"default": true,
"description": "%config.decorations.enabled%"
},
"git.statusBarSync.enabled": {
"type": "boolean",
"default": true,
"description": "%config.statusBarSync.enabled%"
},
"git.promptToSaveFilesBeforeCommit": {
"type": "boolean",
"scope": "resource",