mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 02:28:34 +01:00
Improve auto-fetch setting display
- Use markdown - Use link
This commit is contained in:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user