Skip to content

Commit

Permalink
Removed the line of code from getTreeItem method
Browse files Browse the repository at this point in the history
  • Loading branch information
anusreelakshmi934 committed Aug 24, 2023
1 parent 71490ec commit c878fa7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/liberty/libertyProject.ts
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,6 @@ export class ProjectProvider implements vscode.TreeDataProvider<LibertyProject>
}

public getTreeItem(element: LibertyProject): vscode.TreeItem {
element.tooltip = element.path;
return element;
}

Expand Down

0 comments on commit c878fa7

Please sign in to comment.