Skip to content

Commit

Permalink
Use correct datatype for git.inputValidation setting (#607)
Browse files Browse the repository at this point in the history
In a new version of VSCode, the API was changed. We now use a boolean
flag instead of a string.
  • Loading branch information
Splines authored Apr 3, 2024
1 parent e9fc650 commit 1e6d953
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
//////////////////////////////////////
// Git
//////////////////////////////////////
"git.inputValidation": "warn",
"git.inputValidation": true,
"git.inputValidationSubjectLength": 50,
"git.inputValidationLength": 72,
//////////////////////////////////////
Expand Down

0 comments on commit 1e6d953

Please sign in to comment.