(overrides: Record<string, string>)
| 198 | } |
| 199 | |
| 200 | export function saveWorkspaceNameOverrides(overrides: Record<string, string>): void { |
| 201 | safeSetJson(STORAGE_KEYS.workspaceNameOverrides, overrides); |
| 202 | } |
| 203 | |
| 204 | /** |
| 205 | * Sidebar workspace sort mode preference (`'manual'` or `'recent'`). Stored as |
no test coverage detected