mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-28 12:33:35 +01:00
Git - Fix configuration service warnings (#152867)
Fix configuration service warnings
This commit is contained in:
@@ -1910,7 +1910,8 @@
|
||||
"default": {
|
||||
"quickOpen": true,
|
||||
"statusBar": true
|
||||
}
|
||||
},
|
||||
"scope": "resource"
|
||||
},
|
||||
"git.branchProtectionPrompt": {
|
||||
"type": "string",
|
||||
@@ -2050,7 +2051,6 @@
|
||||
},
|
||||
"git.useEditorAsCommitInput": {
|
||||
"type": "boolean",
|
||||
"scope": "resource",
|
||||
"description": "%config.useEditorAsCommitInput%",
|
||||
"default": true
|
||||
},
|
||||
@@ -2368,7 +2368,8 @@
|
||||
"git.requireGitUserConfig": {
|
||||
"type": "boolean",
|
||||
"description": "%config.requireGitUserConfig%",
|
||||
"default": true
|
||||
"default": true,
|
||||
"scope": "resource"
|
||||
},
|
||||
"git.showCommitInput": {
|
||||
"type": "boolean",
|
||||
@@ -2378,13 +2379,11 @@
|
||||
},
|
||||
"git.terminalAuthentication": {
|
||||
"type": "boolean",
|
||||
"scope": "resource",
|
||||
"default": true,
|
||||
"description": "%config.terminalAuthentication%"
|
||||
},
|
||||
"git.terminalGitEditor": {
|
||||
"type": "boolean",
|
||||
"scope": "resource",
|
||||
"default": true,
|
||||
"description": "%config.terminalGitEditor%"
|
||||
},
|
||||
@@ -2486,7 +2485,6 @@
|
||||
"type": "string"
|
||||
},
|
||||
"default": [],
|
||||
"scope": "resource",
|
||||
"markdownDescription": "%config.commandsToLog%"
|
||||
},
|
||||
"git.logLevel": {
|
||||
|
||||
Reference in New Issue
Block a user