refactor: change the maxDepth to scan vscode workspace to 2 (#2119)

Signed-off-by: leo <longshuang@msn.cn>
This commit is contained in:
leo
2026-02-11 16:21:00 +08:00
parent bf3503b1c4
commit e1aaee253d

View File

@@ -234,7 +234,7 @@ namespace SourceGit.Models
{
if (f.EndsWith(".code-workspace", StringComparison.OrdinalIgnoreCase))
options.Add(new(root.GetRelativePath(f), f.Quoted()));
});
}, 2);
return options;
}