We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a3470f commit 859fd73Copy full SHA for 859fd73
src/workbench/sidebar/explore/editorTree.tsx
@@ -251,7 +251,7 @@ const EditorTree = (props: IOpenEditProps) => {
251
className={
252
editorTreeFileIconClassName
253
}
254
- type={file.data?.icon || ''}
+ type={file.data?.icon || file.icon}
255
/>
256
<span
257
src/workbench/sidebar/explore/style.scss
@@ -163,10 +163,9 @@
163
164
&__file[class*='codicon-'] {
165
flex-shrink: 0;
166
- font-size: inherit;
167
height: 22px;
168
line-height: 23px;
169
- margin: 0 2px;
+ margin: 0 5px 0 3px;
170
width: 16px;
171
172
0 commit comments