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

IntelliJ run config to start the LS #2260

Merged
merged 2 commits into from
Apr 19, 2024

Conversation

soerendomroes
Copy link
Collaborator

I think it might be nice to have a run configuration to start the language server from Intellij since many people seem to be using that as a development environment.

The idea is to start the LS on port 7670 and to have a run configuration for the vscode-lingua-franca repository that also connects to this port.

If the messages itself should be debugged, I occasionally use wireshark (tcp port 7670) to monitor the traffic (but this should normally not be necessary).

@soerendomroes soerendomroes marked this pull request as ready for review April 15, 2024 22:22
Copy link
Collaborator

@edwardalee edwardalee left a comment

Choose a reason for hiding this comment

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

This looks good to me. Can we add a section to this page:

https://www.lf-lang.org/docs/developer/developer-intellij-setup

on how to actually use this?

Copy link
Collaborator

@cmnrd cmnrd left a comment

Choose a reason for hiding this comment

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

I like the idea and second the request for usage instructions.

@edwardalee edwardalee added the enhancement Enhancement of existing feature label Apr 19, 2024
@lhstrh lhstrh changed the title Added idea run config to start the LS IntelliJ run config to start the LS Apr 19, 2024
@lhstrh lhstrh added this pull request to the merge queue Apr 19, 2024
Merged via the queue into lf-lang:master with commit 1d245f1 Apr 19, 2024
24 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build system enhancement Enhancement of existing feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants