(customTitle: string)
| 2868 | * orphan metadata-only file is created before the session ID is finalized. |
| 2869 | */ |
| 2870 | export function cacheSessionTitle(customTitle: string): void { |
| 2871 | getProject().currentSessionTitle = customTitle |
| 2872 | } |
| 2873 | |
| 2874 | /** |
| 2875 | * Cache the session mode. Written to disk by materializeSessionFile on the |