pub fn browse_and_open_project(
editor_state: &Arc<Mutex<EditorState>>,
) -> Option<Arc<Mutex<ProjectVfs>>>Expand description
Bridge: open a folder picker and rebuild the project VFS at the new location. Used when the user invokes “File > Open Project…” while another project is already loaded.