Use Some Sass outside Visual Studio Code

Some Sass is a language server using the Language Server Protocol (LSP).

The language server is published independently to npm, and can be used with any editor that has an LSP client. The server is designed to run alongside the VS Code CSS language server.

Getting started

You can install the language server with npm:

npm install --global some-sass-language-server

Then start the language server like so:

some-sass-language-server --stdio

Options

--debug – runs the development build of the language server, helpful to get more context if the server crashes

Settings

The language server requests settings via workspace/configuration on the somesass key. All fields are optional.

Configure a client

The next step is to configure a language client.