Expand description
Update service atoms - update:* channel stubs.
Land has no update server; all methods return idle/true/null so the
workbench shows “up to date” and doesn’t retry.
Modules§
- Update
Service - Wire methods:
update:*. Land has no update server yet; all methods are acknowledged no-ops that match the shape VS Code’sIUpdateServicechannel expects._getInitialStatereturns{ type: "idle" }which the workbench renders as “up to date”.isLatestVersionreturnstrue.