Standalone Language Server #111
Replies: 2 comments 7 replies
-
That's awesome @simeonoff, I love it! I've had something like this on my "Maybe some day" list for a while (inspired by vscode-languageservers-extracted), looks like you beat me to it 😄 I use semantic release to publish the extension itself. If you want to, I'd be more than happy to collaborate on setting something up here in this repo that autopublishes updates to the server (with your additions) to npm. |
Beta Was this translation helpful? Give feedback.
-
The mason registry uses
Got it, even better!
Let's just go with the last option as you will have full control over the package that way. |
Beta Was this translation helpful? Give feedback.
-
First and foremost, I can't express how grateful I am for all your hard work on this project. This makes Sass feel closer to a grown-boy language with all niceties one may expect when working with it in a text editor.
Now with that out of the way, I use Neovim as my editor of choice and wanted to get the language server capabilities to work there too. For that reason I created Some Sass Language Server Extracted that aims to extract and build the language server from this repo and then publish it on npm as a standalone, installable binary that can easily be integrated in any LSP-capable editor.
I hope you don't mind me doing so!
Beta Was this translation helpful? Give feedback.
All reactions