We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2025a1 commit 1d0686bCopy full SHA for 1d0686b
CodeiumVS/LanguageServer/LanguageServer.cs
@@ -811,7 +811,7 @@ private async Task<List<string>> GetFilesToIndex(HashSet<string> processedProjec
811
HashSet<string> openFilesProjectsToIndexPath = new HashSet<string>();
812
HashSet<string> remainingProjectsToIndexPath = new HashSet<string>();
813
// Safeguard against any edge case I didn't think of
814
- int maxRecursiveCalls = 50;
+ int maxRecursiveCalls = 25;
815
async Task AddFilesToIndexLists(EnvDTE.Project project)
816
{
817
maxRecursiveCalls--;
0 commit comments