Skip to content

Commit

Permalink
Remove a redundant line
Browse files Browse the repository at this point in the history
  • Loading branch information
dayo09 committed Jun 26, 2023
1 parent 1e4d08c commit 146c623
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/OneExplorer/OneExplorer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,6 @@ export class OneNode extends vscode.TreeItem {
super(node.name, collapsibleState);

this.id = node.id;
this.node = node;
this.resourceUri = node.uri;
this.description = true;
this.tooltip = `${this.node.path}`;
Expand Down

0 comments on commit 146c623

Please sign in to comment.