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