From 2881fe860dfa1b7e20f382ed998196b1cd9b01fe Mon Sep 17 00:00:00 2001 From: Joao Moreno Date: Tue, 31 Jan 2017 16:35:00 +0100 Subject: [PATCH] git config: autofetch --- extensions/git/package.json | 10 ++++++++++ extensions/git/package.nls.json | 3 ++- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/extensions/git/package.json b/extensions/git/package.json index bd055ca12ee..a6aefcf6679 100644 --- a/extensions/git/package.json +++ b/extensions/git/package.json @@ -360,6 +360,16 @@ "group": "inline" } ] + }, + "configuration": { + "title": "Git", + "properties": { + "git.autofetch": { + "type": "boolean", + "description": "%config.autofetch%", + "default": true + } + } } }, "dependencies": { diff --git a/extensions/git/package.nls.json b/extensions/git/package.nls.json index ea998eabbb9..13290309fe8 100644 --- a/extensions/git/package.nls.json +++ b/extensions/git/package.nls.json @@ -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." } \ No newline at end of file