pub fn find_workspace_by_path(
project_path: &str,
) -> Result<Option<(String, PathBuf, Option<String>)>>Expand description
Find workspace by path, returning workspace ID, directory, and data. When multiple workspaces match the same path, returns the most recently modified one.