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 file-icon is incorrectly displayed for files without an extension.
For instance, the icon for the following file LICENSE is not properly displayed:
Theia
VS Code
File a is correctly displayed with an icon in the navigator but not in the editor tab:
To distinguis between folder and file URIs.
By default file icons are computed for URIs,
but clients can provide `folder` as an id of `URIIconReference`
to compute folder icons.
Signed-off-by: Anton Kosyakov <anton.kosyakov@typefox.io>
To distinguis between folder and file URIs.
By default file icons are computed for URIs,
but clients can provide `folder` as an id of `URIIconReference`
to compute folder icons.
Signed-off-by: Anton Kosyakov <anton.kosyakov@typefox.io>
Description
The file-icon is incorrectly displayed for files without an extension.
For instance, the icon for the following file
LICENSE
is not properly displayed:Theia
VS Code
File
a
is correctly displayed with an icon in the navigator but not in the editor tab:Additional Information
seti
iconsThe text was updated successfully, but these errors were encountered: