(ids: Iterable<string>)
| 176 | } |
| 177 | |
| 178 | export function saveWorkspaceOrder(ids: Iterable<string>): void { |
| 179 | safeSetJson(STORAGE_KEYS.workspaceOrder, Array.from(ids)); |
| 180 | } |
| 181 | |
| 182 | /** |
| 183 | * Local display-name overrides for workspaces the daemon cannot rename — today |
no test coverage detected