From e8eb44523efd7e754ff28ef655f7d684a46f91fb Mon Sep 17 00:00:00 2001 From: Matt Bierner Date: Wed, 28 Apr 2021 17:25:41 -0700 Subject: [PATCH] Improve auto-fetch setting display - Use markdown - Use link --- extensions/git/package.json | 4 ++-- extensions/git/package.nls.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/extensions/git/package.json b/extensions/git/package.json index cb4cf19e78b..48e463c528f 100644 --- a/extensions/git/package.json +++ b/extensions/git/package.json @@ -1695,7 +1695,7 @@ "type": ["boolean", "string"], "enum": [true, false, "all"], "scope": "resource", - "description": "%config.autofetch%", + "markdownDescription": "%config.autofetch%", "default": false, "tags": [ "usesOnlineServices" @@ -1704,7 +1704,7 @@ "git.autofetchPeriod": { "type": "number", "scope": "resource", - "description": "%config.autofetchPeriod%", + "markdownDescription": "%config.autofetchPeriod%", "default": 180 }, "git.branchValidationRegex": { diff --git a/extensions/git/package.nls.json b/extensions/git/package.nls.json index 43f3228a629..28f9ae5a432 100644 --- a/extensions/git/package.nls.json +++ b/extensions/git/package.nls.json @@ -101,7 +101,7 @@ "config.autoRepositoryDetection.openEditors": "Scan for parent folders of open files.", "config.autorefresh": "Whether auto refreshing is enabled.", "config.autofetch": "When set to true, commits will automatically be fetched from the default remote of the current Git repository. Setting to `all` will fetch from all remotes.", - "config.autofetchPeriod": "Duration in seconds between each automatic git fetch, when `git.autofetch` is enabled.", + "config.autofetchPeriod": "Duration in seconds between each automatic git fetch, when `#git.autofetch#` is enabled.", "config.confirmSync": "Confirm before synchronizing git repositories.", "config.countBadge": "Controls the Git count badge.", "config.countBadge.all": "Count all changes.",