You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This extension requires you install [`sass-language-server`](https://github.com/sass/dart-sass-language-server/tree/main/pkgs/sass_language_server). The extension will not work without it. <!-- Go for VS Code has a check for missing tools and an install helper, for inspiration. -->
3
+
At the moment this extension is here only to test and debug the language server.
4
+
In the future this extension can act as an official VS Code client.
5
+
6
+
Outside of this repo the extension will need `sass-language-server` on your `PATH`. See [how to build from source](../docs/contributing/building.md). [Go for VS Code](https://github.com/golang/vscode-go/tree/master/extension) has a check for missing tools and an install helper, for inspiration down the line.
4
7
5
-
<!-- Not quite there yet
6
8
## Recommended settings
7
9
8
-
We recommend you turn off the built-in CSS/SCSS/Less language extension.
10
+
It's recommend you turn off the built-in CSS/SCSS/Less language extension to avoid conflicts and to test this extension in isolation.
9
11
10
12
1. Go to the Extensions tab and search for @builtin css language features.
11
13
2. Click the settings icon and pick Disable from the list.
12
14
3. Click Restart extension to turn it off.
13
-
-->
14
-
15
-
## Changelog
16
-
17
-
Visit the [release section on GitHub](https://github.com/sass/dart-sass-language-server/releases) to see what has changed.
0 commit comments