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

Record the version of Elixir used to compile ElixirLS #264

Merged
merged 3 commits into from
May 31, 2020
Merged

Record the version of Elixir used to compile ElixirLS #264

merged 3 commits into from
May 31, 2020

Conversation

axelson
Copy link
Member

@axelson axelson commented May 26, 2020

Fixes #229

@@ -1,4 +1,6 @@
defmodule ElixirLS.Utils.Launch do
@compiled_with System.version()
Copy link
Collaborator

Choose a reason for hiding this comment

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

Is it worth also storing otp version?

Copy link
Member Author

Choose a reason for hiding this comment

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

Yeah, I think so. Added.

@axelson axelson merged commit 3ac739c into elixir-lsp:master May 31, 2020
@axelson axelson deleted the record-compilation-version branch May 31, 2020 01:57
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.

Server should output log of what elixir and erlang version it was compiled with
2 participants