Expand description
Bulk-read every key/value pair as [key, value] tuples.
VS Code’s NativeWorkbenchStorageService calls this exactly
once at boot to hydrate its in-memory cache. Stringifies
non-string values for wire-shape compatibility with the
upstream StorageDatabase contract.