Keep initial tab config without the icons (#14553)

Based on
https://zed-industries.slack.com/archives/C04S5TU0RSN/p1721125498461089

Release Notes:
- N/A
This commit is contained in:
Kirill Bulatov
2024-07-16 13:43:17 +03:00
committed by GitHub
parent ef20afa9a4
commit 2a8cee57c9
+1 -1
View File
@@ -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": true,
"file_icons": false,
// 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.