At the moment this extension is here only to test and debug the language server. In the future this extension can act as an official VS Code client.
Outside of this repo the extension will need sass-language-server
on your PATH
. See how to build from source. Go for VS Code has a check for missing tools and an install helper, for inspiration down the line.
It's recommend you turn off the built-in CSS/SCSS/Less language extension to avoid conflicts and to test this extension in isolation.
- Go to the Extensions tab and search for @builtin css language features.
- Click the settings icon and pick Disable from the list.
- Click Restart extension to turn it off.