Improve auto-fetch setting display

- Use markdown
- Use link
This commit is contained in:
Matt Bierner
2021-04-28 17:25:41 -07:00
parent a4fdb2c3ad
commit e8eb44523e
2 changed files with 3 additions and 3 deletions

View File

@@ -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": {