Fixes #129669: new setting to control status limit

Also bumps the default from 5000 to 10,000
This commit is contained in:
Eric Amodio
2021-09-30 01:04:30 -04:00
parent 6fed60f8f4
commit 2306ad1ef4
4 changed files with 36 additions and 14 deletions

View File

@@ -2162,6 +2162,12 @@
"default": "whenEmpty",
"description": "%config.showUnpublishedCommitsButton%",
"scope": "resource"
},
"git.statusLimit": {
"type": "number",
"scope": "resource",
"default": 5000,
"description": "%config.statusLimit%"
}
}
},