mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-26 03:29:00 +01:00
fixes #55696
This commit is contained in:
@@ -900,6 +900,12 @@
|
||||
"subFolders",
|
||||
"openEditors"
|
||||
],
|
||||
"enumDescriptions": [
|
||||
"%config.autoRepositoryDetection.true%",
|
||||
"%config.autoRepositoryDetection.false%",
|
||||
"%config.autoRepositoryDetection.subFolders%",
|
||||
"%config.autoRepositoryDetection.openEditors%"
|
||||
],
|
||||
"description": "%config.autoRepositoryDetection%",
|
||||
"default": true
|
||||
},
|
||||
@@ -912,7 +918,9 @@
|
||||
"type": "boolean",
|
||||
"description": "%config.autofetch%",
|
||||
"default": false,
|
||||
"tags": ["usesOnlineServices"]
|
||||
"tags": [
|
||||
"usesOnlineServices"
|
||||
]
|
||||
},
|
||||
"git.confirmSync": {
|
||||
"type": "boolean",
|
||||
|
||||
Reference in New Issue
Block a user