From 6e08e49d306db17f31f751e76cf2df924e73c383 Mon Sep 17 00:00:00 2001 From: Chung Wei Leong <15154097+chungweileong94@users.noreply.github.com> Date: Thu, 18 Jul 2024 11:03:57 +0800 Subject: [PATCH] docs: Fix `tabs.file_icons` default value (#14701) Release Notes: - Fixed `tabs.file_icons` default value in documentation, changed from `true` to `false` --- docs/src/configuring-zed.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/configuring-zed.md b/docs/src/configuring-zed.md index 216449d5bb..5748cb90b4 100644 --- a/docs/src/configuring-zed.md +++ b/docs/src/configuring-zed.md @@ -429,7 +429,7 @@ List of `string` values ```json "tabs": { "close_position": "right", - "file_icons": true, + "file_icons": false, "git_status": false }, ``` @@ -462,7 +462,7 @@ List of `string` values - Description: Whether to show the file icon for a tab. - Setting: `file_icons` -- Default: `true` +- Default: `false` ### Git Status