mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-02 03:49:12 +08:00
Corrected max number of submodules displayed in VSCode (#25539)
Co-authored-by: rmahoney_skai <rmahoney@alakai.com>
This commit is contained in:
Vendored
+1
-1
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user