feat: Add auto update functionality (#4686)

This commit is contained in:
Gal Zahavi
2025-07-28 17:56:52 -07:00
committed by GitHub
parent 69c6808b14
commit c42d3b58e1
12 changed files with 1023 additions and 20 deletions

View File

@@ -101,6 +101,10 @@ export interface Settings {
// Add other settings here.
ideMode?: boolean;
// Setting for disabling auto-update.
disableAutoUpdate?: boolean;
memoryDiscoveryMaxDirs?: number;
}