bug(ui) showLineNumbers had the wrong default value. (#13356)

This commit is contained in:
Jacob Richman
2025-11-18 19:33:40 -08:00
committed by GitHub
parent b644f037a3
commit e8d0e0d342
3 changed files with 4 additions and 4 deletions

View File

@@ -224,7 +224,7 @@ their corresponding top-level category object in your `settings.json` file.
- **`ui.showLineNumbers`** (boolean):
- **Description:** Show line numbers in the chat.
- **Default:** `false`
- **Default:** `true`
- **`ui.showCitations`** (boolean):
- **Description:** Show citations for generated text in the chat.