Skip to content

Commit 68be7f6

Browse files
committed
docs: clarify state of extension [skip ci]
1 parent a7e575e commit 68be7f6

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

extension/README.md

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,14 @@
11
# Sass for Visual Studio Code
22

3-
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.
47

5-
<!-- Not quite there yet
68
## Recommended settings
79

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.
911

1012
1. Go to the Extensions tab and search for @builtin css language features.
1113
2. Click the settings icon and pick Disable from the list.
1214
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

Comments
 (0)