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 db0c4da commit 452e028Copy full SHA for 452e028
src/vs/workbench/contrib/comments/browser/commentsView.ts
@@ -98,7 +98,7 @@ export class CommentsPanel extends FilterViewPane implements ICommentsView {
98
this.filter = new Filter(new FilterOptions(this.filterWidget.getFilterText(), this.filters.showResolved, this.filters.showUnresolved));
99
100
this._register(this.commentService.onDidSetAllCommentThreads(e => {
101
- this.totalComments = e.commentThreads.length;
+ this.totalComments += e.commentThreads.length;
102
}));
103
104
this._register(this.commentService.onDidUpdateCommentThreads(e => {
0 commit comments