zed/crates/paths
Thorsten Ball 6b04b668ad
settings: Load .zed/settings.json even if .gitignored (#13370)
This fixes #4432 by ensuring that we scan & watch the `.zed` folder,
just like we watch the `.git`, for changes.

Release Notes:

- Settings are now loaded from local `.zed/settings.json` files even if
they are `.gitignore`d.
([#4432](https://github.com/zed-industries/zed/issues/4432)).

Co-authored-by: Bennet <bennet@zed.dev>
2024-06-21 18:39:14 +02:00
..
src settings: Load .zed/settings.json even if .gitignored (#13370) 2024-06-21 18:39:14 +02:00
Cargo.toml paths: Replace lazy_static! with OnceLock (#13213) 2024-06-18 12:22:37 -04:00
LICENSE-GPL Extract paths out of util (#13182) 2024-06-17 19:27:42 -04:00