Clear list of created groups once they are added

This prevents them being re-added again next time
fixes #105483
This commit is contained in:
mjcrouch
2020-08-28 14:25:03 +01:00
parent dd85f62e65
commit 6a112d1893

View File

@@ -516,6 +516,7 @@ class ExtHostSourceControl implements vscode.SourceControl {
}
this._proxy.$registerGroups(this.handle, groups, splices);
this.createdResourceGroups.clear();
}
@debounce(100)