Lean language-server failing with "unknown configuration option max_memory" #13927
Unanswered
smason
asked this question in
Troubleshooting
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I've just tried using Helix with the Lean programming language. Helix is seeing the appropriate language server —
hx --health lean
prints out$HOME/.elan/bin/lean
. After starting a new project (vialake new projname
) I openMain.lean
and I'm greeted with:I'm not sure where this
max_memory
setting is coming from, I don't see any reference to this string in anylanguages.toml
nor in my~/.elan
directory. Looking inhelix.log
the only reference tomax_memory
is the response from the language server.Any suggestions? Thanks!
Beta Was this translation helpful? Give feedback.
All reactions