This repository has been archived by the owner on May 7, 2024. It is now read-only.
Replies: 1 comment 2 replies
-
Hey @jcs090218 , I think you should push the full url to the language server instead of only the code (if I am reading the emac plugin code correctly). I followed a similar approach to yours for the sublime plugin: https://github.com/sublimelsp/LSP-Grammarly/blob/caa3396ab885ece3c0a12a9ff48bab8ff86862b0/plugin.py#L54 (although I am still waiting for a separate client ID so that we do not piggyback on vscode's id). |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Original comment in https://github.com/grammarly/grammarly-for-developers/discussions/18#discussioncomment-2846782
Hi, I have implemented the lsp-grammarly (Emacs client), but I am have issue to login with just Emacs (without vscode installed).
The old method 2 will print the auth code in the browser console, but now it won't:
Is there a way to login (connect) to the account without using VSCode? 😕
Beta Was this translation helpful? Give feedback.
All reactions