From e721dac36748e0c11e504452d61f2562165c7797 Mon Sep 17 00:00:00 2001 From: Justin Su Date: Thu, 30 Jan 2025 04:08:05 -0500 Subject: [PATCH] Fix counting in default settings (#23898) Release Notes: - N/A --- assets/settings/default.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/assets/settings/default.json b/assets/settings/default.json index 4650aec67429c5c2d216f0d77f2d973e77f5dd7b..e628fafd9a72bc849a78eb091f8660881b658c4e 100644 --- a/assets/settings/default.json +++ b/assets/settings/default.json @@ -11,7 +11,7 @@ "dark": "One Dark" }, // The name of a base set of key bindings to use. - // This setting can take four values, each named after another + // This setting can take six values, each named after another // text editor: // // 1. "VSCode" @@ -202,7 +202,7 @@ // Example: ["string", "comment"] "inline_completions_disabled_in": [], // Whether to show tabs and spaces in the editor. - // This setting can take three values: + // This setting can take four values: // // 1. Draw tabs and spaces only for the selected text (default): // "selection" @@ -392,7 +392,7 @@ /// Scrollbar-related settings "scrollbar": { /// When to show the scrollbar in the project panel. - /// This setting can take four values: + /// This setting can take five values: /// /// 1. null (default): Inherit editor settings /// 2. Show the scrollbar if there's important information or @@ -464,7 +464,7 @@ /// Scrollbar-related settings "scrollbar": { /// When to show the scrollbar in the project panel. - /// This setting can take four values: + /// This setting can take five values: /// /// 1. null (default): Inherit editor settings /// 2. Show the scrollbar if there's important information or @@ -914,7 +914,7 @@ /// Scrollbar-related settings "scrollbar": { /// When to show the scrollbar in the terminal. - /// This setting can take four values: + /// This setting can take five values: /// /// 1. null (default): Inherit editor settings /// 2. Show the scrollbar if there's important information or