Skip to content

Commit 5c049a9

Browse files
committed
1 parent ae5bb90 commit 5c049a9

2 files changed

Lines changed: 1 addition & 15 deletions

File tree

extensions/git/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1182,7 +1182,7 @@
11821182
"number",
11831183
"null"
11841184
],
1185-
"default": null,
1185+
"default": 50,
11861186
"description": "%config.inputValidationSubjectLength%"
11871187
},
11881188
"git.detectSubmodules": {

extensions/git/src/repository.ts

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -673,20 +673,6 @@ export class Repository implements Disposable {
673673
}
674674
}
675675

676-
677-
678-
679-
680-
681-
682-
683-
684-
685-
// const subjectThreshold =
686-
687-
688-
// Math.max(config.get<number>('inputValidationLength') || 50, config.get<number>('subjectValidationLength') || 50, 0) || 50;
689-
690676
if (line.length <= threshold) {
691677
if (setting !== 'always') {
692678
return;

0 commit comments

Comments
 (0)