Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switch to using TCP mode instead of stdio #4622

Merged
merged 1 commit into from
Nov 28, 2024

Conversation

dcermak
Copy link
Contributor

@dcermak dcermak commented Nov 25, 2024

TCP mode has proven to be more reliable than stdio and is required for container mode

@github-actions github-actions bot added the client One or more of lsp-mode language clients label Nov 25, 2024
@jcs090218
Copy link
Member

Can you fix the compile error? Thanks!

In lsp-rpm-spec-server-start-fun:
lsp-rpm-spec.el:51:39: Error: Unused lexical argument `port'

TCP mode has proven to be more reliable than stdio and is required for container
mode
@dcermak dcermak force-pushed the use-tcp-mode-for-rpm-spec branch from 6938876 to fe9a4b4 Compare November 25, 2024 15:14
@dcermak
Copy link
Contributor Author

dcermak commented Nov 25, 2024

Can you fix the compile error? Thanks!

In lsp-rpm-spec-server-start-fun:
lsp-rpm-spec.el:51:39: Error: Unused lexical argument `port'

Yes, should be done now. Sorry, I accidentally hardcoded port 50 🤦

@jcs090218
Copy link
Member

I don't know why CI is still failing, but it should be resolved now. Merging this now.

@jcs090218 jcs090218 merged commit 5ce1932 into emacs-lsp:master Nov 28, 2024
2 of 13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
client One or more of lsp-mode language clients
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants