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 d08c442 commit c8c4b83Copy full SHA for c8c4b83
src/views/statusNode.ts
@@ -110,6 +110,8 @@ export class StatusNode extends ExplorerNode {
110
if (this._status !== undefined && status !== undefined &&
111
((this._status.files.length === status.files.length) || (this._status.files.length > 0 && status.files.length > 0))) {
112
commands.executeCommand('gitlens.gitExplorer.refreshNode', this);
113
+
114
+ return;
115
}
116
117
commands.executeCommand('gitlens.gitExplorer.refresh');
0 commit comments