1179c3ee83
internal : redesign rust-analyzer::config This PR aims to cover the infrastructural requirements for the `rust-analyzer.toml` ( #13529 ) issue. This means, that 1. We no longer have a single config base. The once single `ConfigData` has been divided into 4 : A tree of `.ratoml` files, a set of configs coming from the client ( this is what was called before the `CrateData` except that now values do not default to anything when they are not defined) , a set of configs that will reflect what the contents of a `ratoml` file defined in user's config directory ( e.g `~/.config/rust-analyzer/.rust-analyzer.toml` and finally a tree root that is populated by default values only. 2. Configs have also been divided into 3 different blocks : `global` , `local` , `client`. The current status of a config may change until #13529 got merged. Once again many thanks to `@cormacrelf` for doing all the serde work. |
||
---|---|---|
.. | ||
annotations | ||
doc_links | ||
hover | ||
inlay_hints | ||
syntax_highlighting | ||
typing | ||
annotations.rs | ||
call_hierarchy.rs | ||
doc_links.rs | ||
expand_macro.rs | ||
extend_selection.rs | ||
fetch_crates.rs | ||
file_structure.rs | ||
fixture.rs | ||
folding_ranges.rs | ||
goto_declaration.rs | ||
goto_definition.rs | ||
goto_implementation.rs | ||
goto_type_definition.rs | ||
highlight_related.rs | ||
hover.rs | ||
inlay_hints.rs | ||
interpret_function.rs | ||
join_lines.rs | ||
lib.rs | ||
markdown_remove.rs | ||
markup.rs | ||
matching_brace.rs | ||
moniker.rs | ||
move_item.rs | ||
navigation_target.rs | ||
parent_module.rs | ||
references.rs | ||
rename.rs | ||
runnables.rs | ||
shuffle_crate_graph.rs | ||
signature_help.rs | ||
ssr.rs | ||
static_index.rs | ||
status.rs | ||
syntax_highlighting.rs | ||
syntax_tree.rs | ||
test_explorer.rs | ||
typing.rs | ||
view_crate_graph.rs | ||
view_hir.rs | ||
view_item_tree.rs | ||
view_memory_layout.rs | ||
view_mir.rs |