mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-30 22:34:13 +00:00
Properly fix the tab icons
This commit is contained in:
parent
2a8cee57c9
commit
bf7e474bbc
1 changed files with 2 additions and 2 deletions
|
@ -299,7 +299,7 @@
|
|||
// Where to dock the project panel. Can be 'left' or 'right'.
|
||||
"dock": "left",
|
||||
// Whether to show file icons in the project panel.
|
||||
"file_icons": false,
|
||||
"file_icons": true,
|
||||
// Whether to show folder icons or chevrons for directories in the project panel.
|
||||
"folder_icons": true,
|
||||
// Whether to show the git status in the project panel.
|
||||
|
@ -436,7 +436,7 @@
|
|||
// Position of the close button on the editor tabs.
|
||||
"close_position": "right",
|
||||
// Whether to show the file icon for a tab.
|
||||
"file_icons": true
|
||||
"file_icons": false
|
||||
},
|
||||
// Settings related to preview tabs.
|
||||
"preview_tabs": {
|
||||
|
|
Loading…
Reference in a new issue