Skip to content

Fix option name in Emacs lsp-mode config example #71

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

nasa9084
Copy link

@nasa9084 nasa9084 commented Aug 7, 2025

The correct option name to give port number is --socket, not --port.

$ kotlin-lsp --help
Usage: kotlin-lsp [OPTIONS]

Options:
  --socket INT  A port which will be used for a Kotlin LSP connection. Default
                is 9999
  --stdio       Whether the Kotlin LSP server is used in stdio mode. If not
                set, server mode will be used with a port specified by
                `socket`
  --client      Whether the Kotlin LSP server is used in client mode. If not
                set, server mode will be used with a port specified by
                `socket`
  -h, --help    Show this message and exit

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.

1 participant