Corrected max number of submodules displayed in VSCode (#25539)

Co-authored-by: rmahoney_skai <rmahoney@alakai.com>
This commit is contained in:
rmahoney-skai 2025-09-10 15:09:22 -04:00 committed by GitHub
parent b4395d5960
commit 472e0657b5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -43,7 +43,7 @@
"files.watcherExclude": { "files.watcherExclude": {
"**/build/**": true "**/build/**": true
}, },
"git.detectSubmodulesLimit": 20, "git.detectSubmodulesLimit": 25,
"git.ignoreLimitWarning": true, "git.ignoreLimitWarning": true,
"githubPullRequests.defaultMergeMethod": "squash", "githubPullRequests.defaultMergeMethod": "squash",
"githubPullRequests.telemetry.enabled": false, "githubPullRequests.telemetry.enabled": false,