We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d46979a commit d87716dCopy full SHA for d87716d
src/ViewModels/Preference.cs
@@ -37,7 +37,8 @@ public static Preference Instance
37
}
38
39
40
- _instance.Repositories.RemoveAll(x => !Directory.Exists(x.FullPath));
+ // It will cause some issue on Linux. See https://github.com/sourcegit-scm/sourcegit/issues/99
41
+ // _instance.Repositories.RemoveAll(x => !Directory.Exists(x.FullPath));
42
43
if (_instance.DefaultFont == null)
44
{
0 commit comments