Setting for number of terminal lines to return from commands

This commit is contained in:
Matt Rubens
2024-12-30 23:02:26 -08:00
parent 667312e48c
commit c8b8eff147
8 changed files with 72 additions and 5 deletions

View File

@@ -61,6 +61,7 @@ export interface ExtensionState {
fuzzyMatchThreshold?: number
preferredLanguage: string
writeDelayMs: number
terminalOutputLineLimit?: number
}
export interface ClineMessage {