ZIm/crates/zed/src
Max Brunsfeld 788f97ec68
Add support for folder-specific settings (#2537)
This PR allows you to customize Zed's settings within a particular
folder by creating a `.zed/settings.json` file within that folder.

Todo

* [x] respect folder-specific settings for local projects
* [x] respect folder-specific settings in remote projects
* [x] pass a path when retrieving editor/language settings
* [x] pass a path when retrieving copilot settings
* [ ] update the `Setting` trait to make it clear which types of
settings are locally overridable

Release Notes:

* Added support for folder-specific settings. You can customize Zed's
settings within a particular folder by creating a `.zed` directory and a
`.zed/settings.json` file within that folder.
2023-05-31 16:27:08 -07:00
..
languages Make language_settings take a language, not a language name 2023-05-31 15:10:30 -07:00
languages.rs Define theme/ui text style settings in theme crate 2023-05-17 14:44:59 -07:00
main.rs Merge remote-tracking branch 'origin/main' into zmd 2023-05-24 11:04:07 -06:00
menus.rs fmt 2023-05-30 16:33:42 -07:00
test.rs Remove AppState from workspace actions 2022-05-19 14:37:26 -07:00
zed.rs WIP: Remove focus side effects from toggle dock commands 2023-05-30 12:00:15 -07:00