zbelial / lspce

LSP Client for Emacs implemented as a module using rust.
GNU General Public License v3.0
154 stars 11 forks source link

Issue a comprehensible error when JSON support in Emacs is missing #31

Closed doublep closed 4 months ago

doublep commented 4 months ago

Currently, if Emacs is compiled without JSON support, LSPCE dies with random errors about unknown json-* functions, which is not user-friendly at all.

zbelial commented 4 months ago

Thanks. Merged.