Git - remove git.experimental.inputValidation setting (#205550)

* Git - remove git.experimental.inputValidation setting

* Fix compilation error

* Fix migration code
This commit is contained in:
Ladislau Szomoru
2024-02-19 19:45:24 +01:00
committed by GitHub
parent 248c585f02
commit 9b0d74345c
4 changed files with 33 additions and 72 deletions

View File

@@ -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",