diff --git a/src/EnvironmentTreeviewProvider.ts b/src/EnvironmentTreeviewProvider.ts index 39faa9a..3f509c8 100644 --- a/src/EnvironmentTreeviewProvider.ts +++ b/src/EnvironmentTreeviewProvider.ts @@ -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; } }