mirror of
https://github.com/zed-industries/zed.git
synced 2026-06-01 03:14:56 +07:00
docs: Clarify that "..." enables all other registered language servers (#51427)
Closes #51416 Before you mark this PR as ready for review, make sure that you have: - [ ] Added a solid test coverage and/or screenshots from doing manual testing - [ ] Done a self-review taking into account security and performance aspects - [ ] Aligned any UI changes with the [UI checklist](https://github.com/zed-industries/zed/blob/main/CONTRIBUTING.md#uiux-checklist) Release Notes: - N/A
This commit is contained in:
parent
a07d0f4d21
commit
b15a8c1e5e
1 changed files with 1 additions and 1 deletions
|
|
@ -89,7 +89,7 @@ Configure language servers in Settings ({#kb zed::OpenSettings}) under Languages
|
|||
"languages": {
|
||||
"Python": {
|
||||
"language_servers": [
|
||||
// Disable basedpyright and enable ty, and include all
|
||||
// Enable ty, disable basedpyright, and enable all
|
||||
// other registered language servers (ruff, pylsp, pyright).
|
||||
"ty",
|
||||
"!basedpyright",
|
||||
|
|
|
|||
Loading…
Reference in a new issue