mirror of
https://github.com/microsoft/vscode.git
synced 2026-09-06 22:54:50 +01:00
* agent host: pass bridge token through environment Updates the server launch path to carry the agent host bridge token separately from parsed server arguments. - Passes the bridge token through the process environment. - Threads the token through server startup as dedicated configuration. - Redacts connection tokens from argument and endpoint logs. - Adds coverage for command construction and log output. (Commit message generated by Copilot) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * agent host: log bridge endpoint on connect Defers bridge endpoint logging until the renderer starts the upstream connection. - Creates static and deferred upstream connections on the first connect call. - Keeps listener registration free of connection log output. - Updates the endpoint logging test to cover the connection boundary. (Commit message generated by Copilot) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>