Skip to content

Fix --port option not being passed to LSP socket server#396

Merged
mame merged 1 commit intoruby:masterfrom
sinsoku:fix-lsp-port-option
Feb 26, 2026
Merged

Fix --port option not being passed to LSP socket server#396
mame merged 1 commit intoruby:masterfrom
sinsoku:fix-lsp-port-option

Conversation

@sinsoku
Copy link
Contributor

@sinsoku sinsoku commented Feb 25, 2026

The --port CLI option was parsed correctly but never forwarded to
Server.start_socket, causing the server to always bind to an
OS-assigned random port.

The --port CLI option was parsed correctly but never forwarded to
Server.start_socket, causing the server to always bind to an
OS-assigned random port.
Copy link
Member

@mame mame left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What the hell. Thank you!

@mame mame merged commit 0586b14 into ruby:master Feb 26, 2026
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants