ZIm/crates/extension/src
Marshall Bowers 029eb67043
Add SettingsSources::<T>::json_merge_with function (#10869)
This PR adds a `json_merge_with` function to `SettingsSources::<T>` to
allow JSON merging settings from custom sources.

This should help avoid repeating the actual merging logic when all that
needs to be customized is which sources are being respected.

Release Notes:

- N/A
2024-04-22 18:38:34 -04:00
..
wasm_host Fix reading workspace-level LSP settings in extensions (#10859) 2024-04-22 14:40:23 -04:00
extension_builder.rs Add support for building a Tree-sitter grammar at a given path (#9965) 2024-03-29 14:30:10 -04:00
extension_lsp_adapter.rs Extract Vue extension (#10486) 2024-04-12 14:39:27 -04:00
extension_manifest.rs Extract Vue extension (#10486) 2024-04-12 14:39:27 -04:00
extension_settings.rs Add SettingsSources::<T>::json_merge_with function (#10869) 2024-04-22 18:38:34 -04:00
extension_store.rs Automatically install the HTML extension (#10867) 2024-04-22 18:02:22 -04:00
extension_store_test.rs Add label_for_completion to extension API (#10175) 2024-04-04 13:56:04 -04:00
wasm_host.rs Fix panic when loading malformed Wasm files (#10370) 2024-04-10 14:13:43 -04:00