mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-23 16:49:50 +01:00
2acbbb8026
- ensure_supervisor_running now runs as a background task driven by tokio::spawn, so the tunnel control server and command-shell can start accepting connections immediately instead of waiting for the supervisor to come up. - handle_serve (and the agent-host port forwarder) await the shared future on demand and mix the bridge endpoint into the per-request code_server_args. Supervisor failure is logged as a warning so editing and the extension host keep working; the renderer just misses agentHostProxy. - This eliminates the startup stall that was sporadically tripping remote SSH's 450ms command-shell ready timeout. Fixes #317714 (Commit message generated by Copilot)