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
When parsing languages like R where the extension is typically uppercase .R instead of .r, getIconForFile() returns a default icon rather than the correct R icon.
This pattern continues for .SVG, .TXT, etc.
Is it reasonable to lowercase the filepath / extension passed in to limit case sensitivity issues?
The text was updated successfully, but these errors were encountered:
When parsing languages like R where the extension is typically uppercase .R instead of .r, getIconForFile() returns a default icon rather than the correct R icon.
This pattern continues for .SVG, .TXT, etc.
Is it reasonable to lowercase the filepath / extension passed in to limit case sensitivity issues?
The text was updated successfully, but these errors were encountered: