Skip to content

Commit

Permalink
Merge pull request OpenLiberty#283 from anusreelakshmi934/hover-fix-#208
Browse files Browse the repository at this point in the history
OpenLiberty#208-Hover-FixIssue
  • Loading branch information
anusreelakshmi934 authored Aug 25, 2023
2 parents dbbc217 + c878fa7 commit c9535c9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/liberty/libertyProject.ts
Original file line number Diff line number Diff line change
Expand Up @@ -444,6 +444,7 @@ export class LibertyProject extends vscode.TreeItem {
public readonly command?: vscode.Command, // ? indicates optional param
) {
super(label, collapsibleState);
this.tooltip = this.path;
}

private EXPLORER_ICON = this.setExplorerIcon();
Expand Down

0 comments on commit c9535c9

Please sign in to comment.