mirror of
https://github.com/microsoft/vscode.git
synced 2026-08-19 22:42:35 +01:00
`has_editor_link` described the attaching invocation rather than the singleton it attached to, so a full-access invocation attaching to an agent-host-only singleton advertised an editor link that singleton does not serve — in both the human log and the machine status. The singleton now reports what it actually serves in its status, and clients use that. The field is optional so a client attached to a server predating it falls back to describing its own invocation rather than losing a valid link. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>