diff --git a/src/features/views/treeViewItems.ts b/src/features/views/treeViewItems.ts index 8a966aa8..fc18a046 100644 --- a/src/features/views/treeViewItems.ts +++ b/src/features/views/treeViewItems.ts @@ -232,7 +232,7 @@ export class ProjectItem implements ProjectTreeItem { item.description = this.project.description; item.tooltip = this.project.tooltip; item.resourceUri = project.uri.fsPath.endsWith('.py') ? this.project.uri : undefined; - item.iconPath = this.project.iconPath ?? (project.uri.fsPath.endsWith('.py') ? ThemeIcon.File : undefined); + item.iconPath = this.project.iconPath; this.treeItem = item; }