pub fn create_debug_workspace_context(
project: &ProjectContext,
generated_at: String,
board_yaml_exists: impl Fn(&str) -> bool,
debugger_extensions: DebuggerExtensionsState,
) -> DebugWorkspaceContextExpand description
Mirror of TS createDebugWorkspaceContext: board.yaml existence is probed
via the injected predicate only when a path resolved.