Skip to content

Commit

Permalink
adds icon
Browse files Browse the repository at this point in the history
  • Loading branch information
isfopo committed Jul 11, 2024
1 parent 4be0a42 commit 1bc255d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/EnvironmentTreeviewProvider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -146,5 +146,6 @@ export class EnvironmentFileTreeItem extends vscode.TreeItem {
this.contextValue = "file";
this.uri = uri;
this.tooltip = this.uri.fsPath;
this.iconPath = vscode.ThemeIcon.File;
}
}

0 comments on commit 1bc255d

Please sign in to comment.