ZIm/crates/zed
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
..
resources Update app-icon@2x.png 2023-02-26 11:03:43 -05:00
src Add support for folder-specific settings (#2537) 2023-05-31 16:27:08 -07:00
build.rs Move weak linking into zed's build.rs 2022-11-08 16:04:55 +01:00
BundleDocumentTypes.plist Change LSHandlerRank to Alternate 2023-03-15 19:18:39 -04:00
Cargo.toml v0.90.x dev 2023-05-31 14:44:48 -07:00
RELEASE_CHANNEL Store current release channel name in a file in the zed crate 2022-10-26 16:19:19 -07:00