feat: Add option to hide line numbers in code blocks (#5857)

Co-authored-by: Jacob Richman <jacob314@gmail.com>
This commit is contained in:
Gal Zahavi
2025-08-08 15:11:14 -07:00
committed by GitHub
parent 69322e12e4
commit c03ae43777
7 changed files with 138 additions and 29 deletions

View File

@@ -141,6 +141,7 @@ export interface Settings {
loadMemoryFromIncludeDirectories?: boolean;
chatCompression?: ChatCompressionSettings;
showLineNumbers?: boolean;
}
export interface SettingsError {