Skip to content

Commit 061fcac

Browse files
committed
Unexpected wording / count of coding agent sessions in progress
Fixes #7767
1 parent fa37e36 commit 061fcac

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/view/treeNodes/categoryNode.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -196,8 +196,6 @@ export class CategoryTreeNode extends TreeNode implements vscode.TreeItem {
196196
} else {
197197
this.tooltip = this.label;
198198
}
199-
200-
this.description = this._getDescription();
201199
}
202200

203201
private _getDescription(): string | undefined {
@@ -328,6 +326,7 @@ export class CategoryTreeNode extends TreeNode implements vscode.TreeItem {
328326
}
329327

330328
getTreeItem(): vscode.TreeItem {
329+
this.description = this._getDescription();
331330
return this;
332331
}
333332
}

0 commit comments

Comments
 (0)