mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-20 02:08:47 +00:00
* Initial plan * Fix serve-web port randomization when --port 0 is specified Co-authored-by: connor4312 <2230985+connor4312@users.noreply.github.com> * Fix serve-web to display actual bound port instead of 0 When --port 0 is specified, the OS assigns a random port but the logging was showing port 0 instead of the actual assigned port. Fixed by reading the local_addr() from the server builder after binding. Co-authored-by: connor4312 <2230985+connor4312@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: connor4312 <2230985+connor4312@users.noreply.github.com>