docs: Clarify wording around ...
in language_servers
setting (#25782)
This PR clarifies the wording around how `...` is used in the `language_servers` setting. Closes https://github.com/zed-industries/zed/issues/25779. Release Notes: - N/A
This commit is contained in:
parent
c05ce882e9
commit
b8387c6077
1 changed files with 1 additions and 1 deletions
|
@ -131,7 +131,7 @@ In this example:
|
|||
|
||||
- `intelephense` is set as the primary language server
|
||||
- `phpactor` is disabled (note the `!` prefix)
|
||||
- `...` preserves any other default language server settings
|
||||
- `...` expands to the rest of the language servers that are registered for PHP
|
||||
|
||||
This configuration allows you to tailor the language server setup to your specific needs, ensuring that you get the most suitable functionality for your development workflow.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue