Skip to main content

Module Update

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§

UpdateService
Wire methods: update:*. Land has no update server yet; all methods are acknowledged no-ops that match the shape VS Code’s IUpdateService channel expects. _getInitialState returns { type: "idle" } which the workbench renders as “up to date”. isLatestVersion returns true.