We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa37e36 commit 8ddca9dCopy full SHA for 8ddca9d
1 file changed
src/view/treeNodes/categoryNode.ts
@@ -196,8 +196,6 @@ export class CategoryTreeNode extends TreeNode implements vscode.TreeItem {
196
} else {
197
this.tooltip = this.label;
198
}
199
-
200
- this.description = this._getDescription();
201
202
203
private _getDescription(): string | undefined {
@@ -328,6 +326,7 @@ export class CategoryTreeNode extends TreeNode implements vscode.TreeItem {
328
326
329
327
330
getTreeItem(): vscode.TreeItem {
+ this.description = this._getDescription();
331
return this;
332
333
0 commit comments