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

Warn in debugger if on an unsupported version of elixir #221

Merged
merged 1 commit into from
Apr 25, 2020
Merged

Warn in debugger if on an unsupported version of elixir #221

merged 1 commit into from
Apr 25, 2020

Conversation

axelson
Copy link
Member

@axelson axelson commented Apr 25, 2020

Debugging does not work on Elixir 1.10.0-1.10.2 which was resolved in elixir-lang/elixir#9864 (which is included in Elixir 1.10.3). So we warn if running on an unsupported version of elixir.

The generated warning looks like:
example-debugger-unsupported-warning

Fixes #158

@axelson axelson merged commit 03aa3a3 into elixir-lsp:master Apr 25, 2020
@axelson axelson deleted the log-error-debugger-1.10 branch April 25, 2020 21:27
axelson added a commit that referenced this pull request Apr 25, 2020
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.

Debugger does not work on Elixir 1.10.0-1.10.2
1 participant