(show: boolean)
| 159 | } |
| 160 | |
| 161 | export function saveShowWorkspacePaths(show: boolean): void { |
| 162 | safeSetJson(STORAGE_KEYS.showWorkspacePaths, show); |
| 163 | } |
| 164 | |
| 165 | /** |
| 166 | * Display order of workspace ids in the sidebar. Persisted as a JSON array so |
nothing calls this directly
no test coverage detected