zed/assets
Kirill Bulatov ddc469ca3e
Ensure zls is used for Zig as a primary language server (#22511)
Part of https://github.com/zed-industries/zed/issues/22415

I've noticed that I cannot work with any Zig projects, as there were no
"go to definition", formatting and inlay hints.

After debugging, I've discovered that `typos` was registered as a first
language server, becoming the "primary" one for Zig.
That one does not have any proper capabilities, hence all corresponding
LSP requests were no-op.

While this solution is not ideal (I wonder, how many other set-ups are
broken due to the same thing?), we'd better fix things for now this way
at least.

Release Notes:

- Fixed `zls` not working properly when `typos` extension is installed
2024-12-30 23:34:25 +00:00
..
fonts
icons Add new CSS logo (#22382) 2024-12-23 21:42:39 +00:00
images
keymaps pane: Add keybinding to "Close Left" and "Close Right" actions (#22402) 2024-12-26 13:22:08 +00:00
prompts Require /file or /tab when using Suggest Edits (#19960) 2024-10-30 11:38:43 -04:00
settings Ensure zls is used for Zig as a primary language server (#22511) 2024-12-30 23:34:25 +00:00
sounds
themes Add stray visual refinements (#22125) 2024-12-17 09:40:16 -03:00