git config: autofetch

This commit is contained in:
Joao Moreno 2017-01-31 16:35:00 +01:00
parent bb72eee06d
commit 2881fe860d
2 changed files with 12 additions and 1 deletions

View file

@ -360,6 +360,16 @@
"group": "inline"
}
]
},
"configuration": {
"title": "Git",
"properties": {
"git.autofetch": {
"type": "boolean",
"description": "%config.autofetch%",
"default": true
}
}
}
},
"dependencies": {

View file

@ -22,5 +22,6 @@
"command.pushTo": "Push to...",
"command.sync": "Sync",
"command.publish": "Publish",
"command.showOutput": "Show Git Output"
"command.showOutput": "Show Git Output",
"config.autofetch": "Whether auto fetching is enabled."
}