zed/crates/settings/src
Marshall Bowers 81475ac4cd
paths: Replace lazy_static! with OnceLock (#13213)
This PR replaces the `lazy_static!` usages in the `paths` crate with
`OnceLock` from the standard library.

This allows us to drop the `lazy_static` dependency from this crate.

The paths are now exposed as accessor functions that reference a private
static value.

Release Notes:

- N/A
2024-06-18 12:22:37 -04:00
..
keymap_file.rs Don't log JSON parse errors with no settings (#11459) 2024-05-06 14:55:44 -06:00
settings.rs New revision of the Assistant Panel (#10870) 2024-04-23 16:23:26 -07:00
settings_file.rs paths: Replace lazy_static! with OnceLock (#13213) 2024-06-18 12:22:37 -04:00
settings_store.rs Remove language_overrides setting alias (#13164) 2024-06-17 14:50:45 -04:00