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 99b594f commit f0848ecCopy full SHA for f0848ec
src/workspacesProvider.ts
@@ -58,7 +58,7 @@ export class WorkspaceProvider implements vscode.TreeDataProvider<vscode.TreeIte
58
this.refresh()
59
60
// As long as there was no error we can schedule the next refresh.
61
- if (hadError) {
+ if (!hadError) {
62
this.maybeScheduleRefresh()
63
}
64
0 commit comments