You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/**
* The icon path or {@link ThemeIcon} for the tree item.
* When `falsy`, {@link ThemeIcon.Folder Folder Theme Icon} is assigned, if item is collapsible otherwise {@link ThemeIcon.File File Theme Icon}.
* When a file or folder {@link ThemeIcon} is specified, icon is derived from the current file icon theme for the specified theme icon using {@link TreeItem.resourceUri resourceUri} (if provided).
*/
iconPath?: string | Uri | { light: string | Uri; dark: string | Uri } | ThemeIcon;
Looks like the default value was dropped for files. I can fix the issue by specifically setting:
Does this issue occur when all extensions are disabled?: Yes/No -N/A
Version: 1.68.0
Commit: 4af164e
Date: 2022-06-08T11:44:00.250Z
Electron: 17.4.7
Chromium: 98.0.4758.141
Node.js: 16.13.0
V8: 9.8.177.13-electron.0
OS: Darwin x64 21.5.0
Hi, I am one of the authors of the DVC extension for VS Code. Our public release is scheduled for next week.
After upgrading to
1.68.0
today I noticed that our "DVC Tracked" TreeView has lost all of its file icons:Up until today, the view looked like this:
Downgrading to
1.67.2
does bring the icons back too:What can I do to get these icons back? Are there some code changes that I can make?
Appreciate any help that you can give me.
Thanks!
Steps to Reproduce:
The text was updated successfully, but these errors were encountered: