Jen-Chieh Shen
Jen-Chieh Shen
> Thanks for mentioning! I am aware of sideline as an option, but I find it problematic when needing to display multi-line errors, and we get a lot of those...
There is already a major mode for this, see https://github.com/bbbscarter/gdshader-mode. I'm not sure if we should include this in this package. 🤔
There is one compile warning: ``` lsp-eslint.el:135:2: Warning: custom-declare-variable `lsp-eslint-working-directories' docstring wider than 80 characters ``` Otherwise, LGTM! :)
Can you try `toggle-debug-on-error` and paste the backtrace here? Thank you! :)
FYI, the development of this language server has stopped. See https://github.com/znck/grammarly/issues/411.
Not as I am aware of it; I don't think there is such a limit. 🤔 I've no problem checking more than 100 lines.
This is an upstream issue from `@grammarly` sdk. If I downgraded to `2.3.17`, then everything worked fine again. The latest version (with bug) is `2.4.0`.
Hi, @seokbeomKim! Have you tried downgrade the `@grammarly/sdk`? It seems to be working on my end! Thanks!
I have locked the version for now, see https://github.com/emacs-grammarly/grammarly-language-server/commit/20eb251f78cbd27d9e22792e93c1707c0beebcba. Now you just have to install it like you normally do. :) > I have installed sdk 2.3.17 on my /tmp:...