We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5e9546 commit 5f127f4Copy full SHA for 5f127f4
src/features/views/treeViewItems.ts
@@ -232,7 +232,7 @@ export class ProjectItem implements ProjectTreeItem {
232
item.description = this.project.description;
233
item.tooltip = this.project.tooltip;
234
item.resourceUri = project.uri.fsPath.endsWith('.py') ? this.project.uri : undefined;
235
- item.iconPath = this.project.iconPath ?? (project.uri.fsPath.endsWith('.py') ? ThemeIcon.File : undefined);
+ item.iconPath = this.project.iconPath;
236
this.treeItem = item;
237
}
238
0 commit comments