radian-software / radian

🍉 Dotfiles that marry elegance and practicality.
MIT License
491 stars 47 forks source link

fix: update lsp-mode version so typescript server is not broken #532

Closed eginhard closed 8 months ago

eginhard commented 8 months ago

The typescript language server ts-ls crashes on start-up because of a deprecated argument, which was fixed in https://github.com/emacs-lsp/lsp-mode/pull/4202

See also https://github.com/doomemacs/doomemacs/issues/7540

eginhard commented 8 months ago

Actually there seems to be another issue on the lsp-mode side. I'll look into that first and reopen here if necessary.