-
Notifications
You must be signed in to change notification settings - Fork 65
Doesn't work with native json (which also means emacs 27 if correctly built) #48
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
Comments
I just got it working by commenting out |
Also I'm not too sure about this but it also seems like HIE doesn't break on my projects any more after removing |
FTR native json serialization requires lists to be vectors otherwise it tries to serialize them like objects and fails. |
Closing because #60 got rid of the init options. I haven't tried it however but the change should fix it |
FYI the init options were not well-formed json, just a string, since the function quoted was never actually implemented. |
It seems that |
Emacs 27 comes with fast native json support. However if emacs is built with this (check
system-configuration-features
for "JSON" entry) andlsp-use-native-json
is t, starting the server results in an error and then nothing happens. This is the backtrace I got from having backtrace on error set to t.The text was updated successfully, but these errors were encountered: