Add configurable delay after auto-writes to allow diagnostics to catch up

This commit is contained in:
Matt Rubens
2024-12-26 09:46:50 -08:00
parent 6126cdf254
commit 03707d5dcc
9 changed files with 91 additions and 6 deletions

View File

@@ -56,6 +56,7 @@ export interface ExtensionState {
browserLargeViewport?: boolean
fuzzyMatchThreshold?: number
preferredLanguage: string
writeDelayMs: number
}
export interface ClineMessage {