predragnikolic
predragnikolic
> Remove default_clients in a non breaking way I can add code to migrate the "default_clients" to users LSP.sublime-settings "clients" section. (in reality, it would require more code, I would...
> probably better to check LSP-* packages first if it is used somewhere The easiest way to see if we are breaking a LSP-pacakge is by cloning https://github.com/sublimelsp/lsp_maintainers > Should...
@randy3k could you please release a new version of Terminus? The new release will make terminus run in Python 3.8.
BTW, I have noticed this error `ImportError: No module named 'WolframLanguage.plugin.open'; WolframLanguage.plugin is not a package` but it happens in both Python 3.3 and 3.8.
Hello @luispuerto, Grammarly doesn't support node 18. Rafal mention the fix in this [comment](https://github.com/sublimelsp/LSP-Grammarly/issues/23#issuecomment-1680516199). If you have [nvm](https://github.com/nvm-sh/nvm) you can set the node version to 16, and copy the path:...
[znck/grammarly](https://github.com/znck/grammarly) repository has been archived by the owner on May 7, 2024
Related issue https://github.com/znck/grammarly/issues/368
The server repo is now archived. Which means that this plugin is no longer worth maintaining.
I will highlight things implemented from the LSP spec. ### [Renaming a document](https://microsoft.github.io/language-server-protocol/specifications/lsp/3.18/specification/#textDocument_didRename) > Document renames should be signaled to a server **sending a document close notification with the document’s...
Here is what to expect from this PR. - There is a `LSP: Rename File` command in the command palette and ~`LSP: Rename`~ `LSP: Rename File` and `LSP: Rename Folder`...