mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 19:18:59 +01:00
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:
@@ -516,6 +516,7 @@ class ExtHostSourceControl implements vscode.SourceControl {
|
||||
}
|
||||
|
||||
this._proxy.$registerGroups(this.handle, groups, splices);
|
||||
this.createdResourceGroups.clear();
|
||||
}
|
||||
|
||||
@debounce(100)
|
||||
|
||||
Reference in New Issue
Block a user