Skip to content

Commit 6a112d1

Browse files
committed
Clear list of created groups once they are added
This prevents them being re-added again next time fixes microsoft#105483
1 parent dd85f62 commit 6a112d1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/vs/workbench/api/common/extHostSCM.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -516,6 +516,7 @@ class ExtHostSourceControl implements vscode.SourceControl {
516516
}
517517

518518
this._proxy.$registerGroups(this.handle, groups, splices);
519+
this.createdResourceGroups.clear();
519520
}
520521

521522
@debounce(100)

0 commit comments

Comments
 (0)