mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 02:58:56 +01:00
Git - experimental input validation using diagnostics (#204822)
* Initial implementation * Add setting + code actions
This commit is contained in:
@@ -28,6 +28,7 @@
|
||||
"scmHistoryProvider",
|
||||
"scmMultiDiffEditor",
|
||||
"scmSelectedProvider",
|
||||
"scmTextDocument",
|
||||
"scmValidation",
|
||||
"tabInputTextMerge",
|
||||
"timeline"
|
||||
@@ -2748,6 +2749,11 @@
|
||||
"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