There was an error while loading. Please reload this page.
1 parent 14313db commit a00cfabCopy full SHA for a00cfab
1 file changed
CodeEdit/WorkspaceView.swift
@@ -85,7 +85,7 @@ struct WorkspaceView: View {
85
.task {
86
// Only refresh git data if source control is enabled
87
guard sourceControlIsEnabled else { return }
88
-
+
89
do {
90
try await sourceControlManager.refreshRemotes()
91
try await sourceControlManager.refreshStashEntries()
0 commit comments