No diagnostics or code actions for Grammarly #398
-
Continuation from #348 (comment) Let's continue here @f-squirrel :) |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 6 replies
-
I can't see anything wrong with your configs. You also mentioned that the server shows up in |
Beta Was this translation helpful? Give feedback.
-
@williamboman , thank you for opening the discussion! According to the logs, there is definitely an issue, I am not sure what shall I do with it.
|
Beta Was this translation helpful? Give feedback.
-
I have a similar problem with some files but not every. Looking at the emacs implementation I guess a custom way of fetching and storing the token must be implemented to get around this. Then add handlers for those two requests to resolve those lsp calls. I will give it a go whenever I can but for now you can just let it crash for files like this: handlers = {
["$/getToken"] = function()
return nil
end,
["$/getCredentials"] = function()
return nil
end,
},
|
Beta Was this translation helpful? Give feedback.
@williamboman , thank you for opening the discussion! According to the logs, there is definitely an issue, I am not sure what shall I do with it.