fn CommandOpenWalkthrough(
_ApplicationHandle: AppHandle<Wry>,
_Window: WebviewWindow<Wry>,
_RunTime: Arc<ApplicationRunTime>,
Argument: Value,
) -> Pin<Box<dyn Future<Output = Result<Value, String>> + Send>>Expand description
Native no-op for workbench.action.openWalkthrough. VS Code’s
walkthrough UI lives in workbench/contrib/welcomeGettingStarted and is
not wired through Land yet. Extensions (notably claude-code) invoke this
at activation - returning null avoids a user-visible “command not found”
error while the walkthrough system remains unimplemented.