mirror of
https://fastgit.cc/github.com/sourcegit-scm/sourcegit
synced 2026-04-20 21:01:06 +08:00
refactor: change the maxDepth to scan vscode workspace to 2 (#2119)
Signed-off-by: leo <longshuang@msn.cn>
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user