Skip to content

Commit 666d62c

Browse files
committed
docs: link to the canonical list
I keep forgetting to update in all the places
1 parent ded890b commit 666d62c

File tree

4 files changed

+5
-7
lines changed

4 files changed

+5
-7
lines changed

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,7 @@ The language server is [published on npm][npm], and can be used with any editor
3030

3131
### Editors with clients
3232

33-
The language server has clients for
34-
35-
- [Visual Studio Code](./vscode-extension#readme)
36-
- [Neovim](https://github.com/neovim/nvim-lspconfig/blob/master/doc/server_configurations.md#somesass_ls)
33+
See the [documentation for an updated list](https://wkillerud.github.io/some-sass/language-server/existing-clients.html).
3734

3835
[lsp]: https://microsoft.github.io/language-server-protocol/
3936
[npm]: https://www.npmjs.com/package/some-sass-language-server

docs/src/language-server/configure-a-client.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ For example, while we may document `"somesass.loadPaths": []` (and write it this
2626

2727
### Server-only settings
2828

29-
In addition to [the user settings](../user-guide/settings.md), language clients may want to configure these server-only settings to tweak how certain features interact with your specific editor and its grammar for Sass.
29+
In addition to [the user settings](../user-guide/settings.md), language clients may want to configure these server-only settings to tweak how certain features interact with your specific editor.
3030

3131
| Key | Description |
3232
| ------------------------------------ | ----------------------------------------------------------------------------------------------------------- |

docs/src/language-server/existing-clients.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Existing clients
22

3-
Editors with ready-configured clients, maintained by the community.
3+
In addition to the extension for Visual Studio Code and VSCodium,
4+
these are editors with ready-configured clients, maintained by the community.
45

56
<!-- Sort alphabetically. Add new pages to SUMMARY.md as well. -->
67
- [Helix](./helix.md)

packages/language-server/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ See the [documentation for the available settings](https://wkillerud.github.io/s
277277

278278
## Editors with clients
279279

280-
See [this list](https://github.com/wkillerud/some-sass/blob/main/README.md#editors-with-clients).
280+
See the [documentation for an updated list](https://wkillerud.github.io/some-sass/language-server/existing-clients.html).
281281

282282
## Contributing
283283

0 commit comments

Comments
 (0)