feat(memory): make directory search limit on memory discovery configurable with settings.json (#4460)

This commit is contained in:
Brandon Keiji
2025-07-23 14:48:35 -07:00
committed by GitHub
parent 9d3164621a
commit d7a304bcff
11 changed files with 104 additions and 83 deletions

View File

@@ -100,6 +100,7 @@ export interface Settings {
// Add other settings here.
ideMode?: boolean;
memoryDiscoveryMaxDirs?: number;
}
export interface SettingsError {