Is there a way to increase the maximum file index size

Hello everyone, I’m wondering if it’s possible to increase the maximum size of the index file. I am willing to pay extra for this.
image

100,000 is a lot. For reference, our vscode fork is about 8000 files and a bit over 1M LOC.

How many lines of code are in this repository? Is this your company’s repository or an open-source one? This could be a bug on our end in overcounting the number of files.

Could you also try running git ls-files | wc -l if this is a git repo

It’s a company repository. There are about 150k files.