zed/crates/worktree/src
Conrad Irwin b09764c54a
settings: Use a derive macro for refine (#38451)
When we refactored settings to not pass JSON blobs around, we ended up
needing
to write *a lot* of code that just merged things (like json merge used
to do).

Use a derive macro to prevent typos in this logic.

Release Notes:

- N/A
2025-09-18 21:13:49 +00:00
..
ignore.rs Add handling of git's core.excludesFile (#33592) 2025-09-11 21:00:03 -04:00
worktree.rs worktree: Add more context to log_err calls (#38239) 2025-09-16 07:31:28 +00:00
worktree_settings.rs settings: Use a derive macro for refine (#38451) 2025-09-18 21:13:49 +00:00
worktree_tests.rs Settings refactor (#38367) 2025-09-18 16:47:23 +00:00