ZIm/crates/language/src
Piotr Osiewicz 1761e60362
Improve performance of JSON schema creation (#6770)
JSON LSP adapter now caches the schema. `workspace_configuration` is
back to being async, and we are also no longer asking for font names
twice while constructing the schema.
Release Notes:
- Improved performance when opening the .json files.

---------

Co-authored-by: Kirill <kirill@zed.dev>
2024-01-26 19:54:45 +01:00
..
syntax_map Remove dbg! usage from tests 2024-01-09 10:08:27 +02:00
buffer.rs Clean up references in doc comments in language crate (#6729) 2024-01-25 16:04:58 -05:00
buffer_tests.rs language: Accept multiple values in line_comment language knob. (#6713) 2024-01-25 19:25:21 +01:00
diagnostic_set.rs Clean up references in doc comments in language crate (#6729) 2024-01-25 16:04:58 -05:00
highlight_map.rs Docs for indent_size_for_line and co 2024-01-09 20:50:34 +01:00
language.rs Improve performance of JSON schema creation (#6770) 2024-01-26 19:54:45 +01:00
language_settings.rs chore: Fix clippy::needless_borrow up to an editor 2024-01-21 15:03:24 +01:00
markdown.rs chore: Fix clippy::needless_borrow up to an editor 2024-01-21 15:03:24 +01:00
outline.rs More docs 2024-01-09 10:53:57 -08:00
proto.rs Clean up references in doc comments in language crate (#6729) 2024-01-25 16:04:58 -05:00
syntax_map.rs chore: Fix clippy::needless_borrow up to an editor 2024-01-21 15:03:24 +01:00