mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 11:08:51 +01:00
Git - remove git.experimental.inputValidation setting (#205550)
* Git - remove git.experimental.inputValidation setting * Fix compilation error * Fix migration code
This commit is contained in:
@@ -2759,13 +2759,8 @@
|
||||
"default": false
|
||||
},
|
||||
"git.inputValidation": {
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"always",
|
||||
"warn",
|
||||
"off"
|
||||
],
|
||||
"default": "off",
|
||||
"type": "boolean",
|
||||
"default": false,
|
||||
"description": "%config.inputValidation%"
|
||||
},
|
||||
"git.inputValidationLength": {
|
||||
@@ -2781,11 +2776,6 @@
|
||||
"default": 50,
|
||||
"markdownDescription": "%config.inputValidationSubjectLength%"
|
||||
},
|
||||
"git.experimental.inputValidation": {
|
||||
"type": "boolean",
|
||||
"default": false,
|
||||
"description": "%config.inputValidation%"
|
||||
},
|
||||
"git.detectSubmodules": {
|
||||
"type": "boolean",
|
||||
"scope": "resource",
|
||||
|
||||
Reference in New Issue
Block a user