From 52d71bba275f7297b8d578b9d697b952b3f6c90c Mon Sep 17 00:00:00 2001 From: Joao Moreno Date: Mon, 6 Aug 2018 16:05:10 +0200 Subject: [PATCH] fixes #55563 --- extensions/git/package.nls.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/git/package.nls.json b/extensions/git/package.nls.json index dc335771b90..68a61cfd0de 100644 --- a/extensions/git/package.nls.json +++ b/extensions/git/package.nls.json @@ -51,7 +51,7 @@ "command.stashPop": "Pop Stash...", "command.stashPopLatest": "Pop Latest Stash", "config.enabled": "Whether git is enabled.", - "config.path": "Path to the git executable.", + "config.path": "Path to the git executable. Eg: `C:\\Program Files\\Git\\bin\\git.exe` (Windows).", "config.autoRepositoryDetection": "Configures when repositories should be automatically detected.", "config.autorefresh": "Whether auto refreshing is enabled.", "config.autofetch": "Whether auto fetching is enabled.",